From: spixx Date: Thu, 27 Apr 2006 10:56:07 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: https://git.piment-noir.org/?p=lsystem3d.git;a=commitdiff_plain;h=ca4d3939088ee382dc4aa90d73bd92dafcd2c87b;hp=5d67c576923c4eec9fe3ed59ceeca0ed3706098f *** empty log message *** --- 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