From ca4d3939088ee382dc4aa90d73bd92dafcd2c87b Mon Sep 17 00:00:00 2001 From: spixx Date: Thu, 27 Apr 2006 10:56:07 +0000 Subject: [PATCH] *** empty log message *** --- configure.in | 2 +- src/Makefile.am | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/configure.in b/configure.in index 811bf83..11cb242 100644 --- a/configure.in +++ b/configure.in @@ -1,7 +1,7 @@ AC_INIT(configure.in) AM_CONFIG_HEADER(config.h) -AM_INIT_AUTOMAKE(lsystem3d, 0.1) +AM_INIT_AUTOMAKE(lsystem3d, 0.0.1-2) AC_LANG_CPLUSPLUS AC_PROG_CXX 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 -- 2.34.1