X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2FMakefile.am;h=bbd28ebbb07ea898e52335461fec2e687c5e5364;hb=45ec9877a44def76d8ddb420444ba16c30cbcf63;hp=ec68391935388e82c9c6b382df01c53ba8a6f1e7;hpb=9469555e9034ef089e49b090b65253e73a19f357;p=lsystem3d.git diff --git a/src/Makefile.am b/src/Makefile.am index ec68391..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,9 @@ 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