[cig-commits] r17993 - cs/spatialdata/trunk/libsrc

brad at geodynamics.org brad at geodynamics.org
Tue Mar 1 10:27:39 PST 2011


Author: brad
Date: 2011-03-01 10:27:38 -0800 (Tue, 01 Mar 2011)
New Revision: 17993

Modified:
   cs/spatialdata/trunk/libsrc/Makefile.am
Log:
Remove quotes around directory in -DDATADIR.

Modified: cs/spatialdata/trunk/libsrc/Makefile.am
===================================================================
--- cs/spatialdata/trunk/libsrc/Makefile.am	2011-03-01 18:04:06 UTC (rev 17992)
+++ cs/spatialdata/trunk/libsrc/Makefile.am	2011-03-01 18:27:38 UTC (rev 17993)
@@ -59,7 +59,7 @@
 	$(PYTHON_BLDLIBRARY) $(PYTHON_LIBS) $(PYTHON_SYSLIBS)
 endif
 
-AM_CPPFLAGS = -DDATADIR="$(pkgdatadir)/geocoords" \
+AM_CPPFLAGS = -DDATADIR=$(pkgdatadir)/geocoords \
 	$(PYTHON_EGG_CPPFLAGS) -I$(PYTHON_INCDIR) 
 
 INCLUDES = -I$(top_builddir)/include



More information about the CIG-COMMITS mailing list