X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=Makefile;h=99486f9f63188d8abdd2e5721106e59e96e07212;hb=efd709c6cdac15b7823e80ed64e448003aea835d;hp=2a7175a827ec18fb26b251ceb6c5372a0ff7b8c5;hpb=81f1ddee977603293d0c5710f2db69130dac6a96;p=gldbg.git diff --git a/Makefile b/Makefile index 2a7175a..99486f9 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,3 @@ -# $Id$ - ifeq ($(FLAVOR),) FLAVOR := gl endif @@ -38,7 +36,8 @@ SOURCES_inspector := source/inspector.cpp \ source/glstate.cpp \ source/arraystate.cpp \ source/texturestate.cpp \ - source/bufferstate.cpp + source/bufferstate.cpp \ + source/programstate.cpp SOURCES_grabber := source/grabber.cpp \ source/grabber_flavor.cpp TEMPLATES := source/functions.enum.t \