[GRASS-SVN] r55896 - grass/trunk/vector/v.out.postgis

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Apr 18 06:23:31 PDT 2013


Author: martinl
Date: 2013-04-18 06:23:31 -0700 (Thu, 18 Apr 2013)
New Revision: 55896

Modified:
   grass/trunk/vector/v.out.postgis/Makefile
Log:
v.out.postgis: fix Makefile (missing PQLIBPATH)


Modified: grass/trunk/vector/v.out.postgis/Makefile
===================================================================
--- grass/trunk/vector/v.out.postgis/Makefile	2013-04-18 12:21:53 UTC (rev 55895)
+++ grass/trunk/vector/v.out.postgis/Makefile	2013-04-18 13:23:31 UTC (rev 55896)
@@ -6,6 +6,7 @@
 DEPENDENCIES = $(GPROJDEP) $(VECTORDEP) $(DBMIDEP) $(GISDEP)
 EXTRA_INC = $(VECT_INC) $(PROJINC) $(PQINCPATH)
 EXTRA_CFLAGS = $(VECT_CFLAGS)
+EXTRA_LDFLAGS = $(PQLIBPATH)
 
 include $(MODULE_TOPDIR)/include/Make/Module.make
 



More information about the grass-commit mailing list