X-Git-Url: http://git.tdb.fi/?p=gldbg.git;a=blobdiff_plain;f=Makefile;h=99486f9f63188d8abdd2e5721106e59e96e07212;hp=2a7175a827ec18fb26b251ceb6c5372a0ff7b8c5;hb=a832996c884a0e0acc9a38ba4dd258edb75ec7af;hpb=11fa21c4cf08dd383581a241b939e2c4b6f49a50 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 \