[postgis-commits] svn - r3682 - trunk/loader
postgis-commits at postgis.refractions.net
postgis-commits at postgis.refractions.net
Tue Feb 10 12:10:53 PST 2009
Author: pramsey
Date: 2009-02-10 12:10:53 -0800 (Tue, 10 Feb 2009)
New Revision: 3682
Modified:
trunk/loader/Makefile.in
Log:
Demote new loader code from default build for now.
Modified: trunk/loader/Makefile.in
===================================================================
--- trunk/loader/Makefile.in 2009-02-10 20:06:00 UTC (rev 3681)
+++ trunk/loader/Makefile.in 2009-02-10 20:10:53 UTC (rev 3682)
@@ -36,9 +36,9 @@
GTK_CFLAGS = @GTK_CFLAGS@
GTK_LIBS = @GTK_LIBS@
-all: $(SHP2PGSQL) $(PGSQL2SHP) $(SHP2PGSQL-CLI) @GTK_BUILD@
+all: $(SHP2PGSQL) $(PGSQL2SHP) @GTK_BUILD@
-gui: $(SHP2PGSQL-GUI)
+gui: $(SHP2PGSQL-GUI) $(SHP2PGSQL-CLI)
# liblwgeom.a dependency to allow "make install" in
# the loader/ subdirectory to work
More information about the postgis-commits
mailing list