changed targetname
authorspixx <spixx>
Thu, 27 Apr 2006 08:44:21 +0000 (08:44 +0000)
committerspixx <spixx>
Thu, 27 Apr 2006 08:44:21 +0000 (08:44 +0000)
src/Makefile.am

index a870324e4b504bbe7a52a6e28a757413bd3ac52c..bbd28ebbb07ea898e52335461fec2e687c5e5364 100644 (file)
@@ -1,5 +1,5 @@
-bin_PROGRAMS = lsystem
-lsystem_SOURCES = lsystem.cpp callbacks.cpp lindenmayersystem.cpp model.cpp \
+bin_PROGRAMS = lsystem3d
+lsystem3d_SOURCES = lsystem.cpp callbacks.cpp lindenmayersystem.cpp model.cpp \
                openglwindow.cpp turtle.cpp vector.cpp xmlstructure.cpp lsystemparameters.cpp \
        coordinate.cpp
 
@@ -7,7 +7,7 @@ lsystem_SOURCES = lsystem.cpp callbacks.cpp lindenmayersystem.cpp model.cpp \
 INCLUDES = `pkg-config libxml++-2.6 --cflags` $(all_includes)
 
 # the library search path.
-lsystem_LDFLAGS = $(all_libraries) -lglui -lglut -lGLU -lGL `pkg-config \
+lsystem3d_LDFLAGS = $(all_libraries) -lglui -lglut -lGLU -lGL `pkg-config \
        libxml++-2.6 --libs`
 noinst_HEADERS = callbacks.h lindenmayersystem.h model.h openglwindow.h \
                turtle.h vector.h xmlstructure.h lsystemparameters.h coordinate.h