X-Git-Url: https://git.piment-noir.org/?p=lsystem3d.git;a=blobdiff_plain;f=src%2FMakefile.am;h=909976e1800cac32b57e6892ee2bba680411f635;hp=bbd28ebbb07ea898e52335461fec2e687c5e5364;hb=ca4d3939088ee382dc4aa90d73bd92dafcd2c87b;hpb=5d67c576923c4eec9fe3ed59ceeca0ed3706098f diff --git a/src/Makefile.am b/src/Makefile.am index bbd28eb..909976e 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -10,6 +10,4 @@ INCLUDES = `pkg-config libxml++-2.6 --cflags` $(all_includes) 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