minor fixes for older buildsystems
authorDiane Trout <diane@caltech.edu>
Tue, 11 Apr 2006 19:33:36 +0000 (19:33 +0000)
committerDiane Trout <diane@caltech.edu>
Tue, 11 Apr 2006 19:33:36 +0000 (19:33 +0000)
Just some updates so the older build systems still work.

alg/test/module.mk
mussagl.pro

index 8a265b6c08bc3ad7a75cdd4f5bc75ee3100fc48c..2c9d6726821f8a33a42827d558b46cd4e1524613 100644 (file)
@@ -14,7 +14,7 @@ SOURCES.cpp := test_annotation_color.cpp \
 TESTSRC := $(addprefix $(CURDIR), $(SOURCES.cpp))
 TESTOBJ := $(TESTSRC:.cpp=$(OBJEXT))
 SRC += $(TESTSRC)
-CXXFLAGS += 
+CXXFLAGS += -DEXAMPLE_DIR=\"$(BASEDIR)/examples\"
 
 TEST := $(BASEDIR)/unittests$(BINEXT) 
 TARGETBINS += $(TEST)
index 332efbc2897d6b8d93686d59cfc58a5e72ec6a7f..96617a4659a601dadb5f77e88f139ce1abce55a5 100644 (file)
@@ -78,7 +78,7 @@ RESOURCES = icons.qrc
 
 LIBS += -lm 
 QT += opengl
-LIBS += -lboost_program_options
+LIBS += -lboost_program_options -lboost_filesystem
 
 win32 {
   BOOST_HOME = c:/Boost