X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2FMakefile.am;h=909976e1800cac32b57e6892ee2bba680411f635;hb=ca4d3939088ee382dc4aa90d73bd92dafcd2c87b;hp=a870324e4b504bbe7a52a6e28a757413bd3ac52c;hpb=20acc0027deccb308716aed29992a72c6205adf5;p=lsystem3d.git diff --git a/src/Makefile.am b/src/Makefile.am index a870324..909976e 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,9 +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 - -noinst_DATA = lsystem.xml + turtle.h vector.h xmlstructure.h lsystemparameters.h coordinate.h lsystem.xml