]> Pileus Git - grits/commitdiff
Move in-place includes
authorAndy Spencer <andy753421@gmail.com>
Sun, 25 Oct 2009 20:36:46 +0000 (20:36 +0000)
committerAndy Spencer <andy753421@gmail.com>
Sun, 25 Oct 2009 20:36:46 +0000 (20:36 +0000)
configure.ac
gen.sh
include/gis [new symlink]
src/gis [deleted symlink]

index 904309b18517f08c8eee507cd108dee8d118158c..542b83701e12d8ade3b7833b8a59ce7616f1ad70 100644 (file)
@@ -1,5 +1,5 @@
 # Init and options
-AC_INIT([libgis], [0.3], [spenceal@rose-hulman.edu])
+AC_INIT([libgis], [0.3-p0], [spenceal@rose-hulman.edu])
 AM_INIT_AUTOMAKE([-Wall -Werror -Wno-portability foreign])
 AC_CONFIG_HEADERS([config.h])
 AC_CONFIG_MACRO_DIR([m4])
diff --git a/gen.sh b/gen.sh
index a6e66e34dcad3b6df8124aabba807c05ee13a986..2cbbd0d57abaac086dd7928851329437345f9c95 100755 (executable)
--- a/gen.sh
+++ b/gen.sh
@@ -3,6 +3,6 @@ dir=$(dirname $(readlink -f $0))
 ./autogen.sh \
        "--enable-gtk-doc" \
        "--libdir=$dir/src/.libs" \
-       "--includedir=$dir/src" \
+       "--includedir=$dir/include" \
        CFLAGS="-g -Werror -Wno-unused $CFLAGS" \
        LDFLAGS="-Wl,-z,defs"
diff --git a/include/gis b/include/gis
new file mode 120000 (symlink)
index 0000000..5cd551c
--- /dev/null
@@ -0,0 +1 @@
+../src
\ No newline at end of file
diff --git a/src/gis b/src/gis
deleted file mode 120000 (symlink)
index 945c9b4..0000000
--- a/src/gis
+++ /dev/null
@@ -1 +0,0 @@
-.
\ No newline at end of file