]> Pileus Git - grits/blobdiff - configure.ac
Fix misc bugs and bump version to 0.3
[grits] / configure.ac
index a11226e7e50699e258bfdfcdf371402779cd5b22..e9d4b08108824cedd97077971a1a57d1ae454cc4 100644 (file)
@@ -1,5 +1,5 @@
 # Init and options
-AC_INIT([libgis], [0.3-p1], [spenceal@rose-hulman.edu])
+AC_INIT([libgis], [0.3], [spenceal@rose-hulman.edu])
 AM_INIT_AUTOMAKE([-Wall -Werror -Wno-portability foreign])
 AC_CONFIG_HEADERS([config.h])
 AC_CONFIG_MACRO_DIR([m4])
@@ -20,6 +20,7 @@ PKG_CHECK_MODULES(SOUP, libsoup-2.4 >= 2.26)
 AC_CONFIG_FILES([
        Makefile
        src/Makefile
+       src/plugins/Makefile
        src/libgis.pc
        docs/Makefile
        docs/api/Makefile