From 45ec9877a44def76d8ddb420444ba16c30cbcf63 Mon Sep 17 00:00:00 2001 From: spixx Date: Thu, 27 Apr 2006 08:44:21 +0000 Subject: [PATCH] changed targetname --- src/Makefile.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Makefile.am b/src/Makefile.am index a870324..bbd28eb 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -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 -- 2.34.1