From: Andy Spencer Date: Sun, 25 Oct 2009 20:36:46 +0000 (+0000) Subject: Move in-place includes X-Git-Tag: v0.3~14 X-Git-Url: http://pileus.org/git/?p=grits;a=commitdiff_plain;h=e4fa86cae855fda1a303c74ce6f4c6a7cad99fc2;hp=d836e9913e3fa991c935a8e7d5064f9adb51e191 Move in-place includes --- diff --git a/configure.ac b/configure.ac index 904309b..542b837 100644 --- a/configure.ac +++ b/configure.ac @@ -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 a6e66e3..2cbbd0d 100755 --- 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 index 0000000..5cd551c --- /dev/null +++ b/include/gis @@ -0,0 +1 @@ +../src \ No newline at end of file diff --git a/src/gis b/src/gis deleted file mode 120000 index 945c9b4..0000000 --- a/src/gis +++ /dev/null @@ -1 +0,0 @@ -. \ No newline at end of file