diff --git a/Makefile.am b/Makefile.am index a52d0852..cc1a1747 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,3 +1,3 @@ -EXTRA_DIST = README README.howto README.gpc scenery_version.hxx +EXTRA_DIST = README README.howto README.gpc acsite.m4 scenery_version.hxx SUBDIRS = src diff --git a/README.gpc b/README.gpc index f58ba807..c69982d7 100644 --- a/README.gpc +++ b/README.gpc @@ -19,7 +19,7 @@ directions. So, here are some directions contributed by Riley Rainey http://www.cs.man.ac.uk/aig/staff/alan/software -2. Unpack it; the current version seems to be 2.30: +2. Unpack it; the current version seems to be 2.31: $ zcat gpc231.tar.Z | tar xvf - diff --git a/VERSION b/VERSION deleted file mode 100644 index 8acdd82b..00000000 --- a/VERSION +++ /dev/null @@ -1 +0,0 @@ -0.0.1 diff --git a/configure.in b/configure.in index 3c66820e..b475cc16 100644 --- a/configure.in +++ b/configure.in @@ -229,6 +229,7 @@ AC_OUTPUT( \ VERSION \ Makefile \ src/Makefile \ + src/Include/Makefile \ src/Construct/Makefile \ src/Construct/Clipper/Makefile \ src/Construct/Combine/Makefile \ diff --git a/src/Include/Makefile.am b/src/Include/Makefile.am new file mode 100644 index 00000000..e69de29b diff --git a/src/Makefile.am b/src/Makefile.am index 0ca767b7..83130fa1 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,4 +1,5 @@ SUBDIRS = \ + Include \ Lib \ Prep \ Construct \