Skip to content

Commit cbad69e

Browse files
author
g_j_m
committed
Include directory for ogr includes was not on compile line - only apparent when the geos include directory is different from the gdal include directory
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5530 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 87d2fea commit cbad69e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/providers/wms/Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ BUILT_SOURCES = $(wmsprovider_MOC)
2626

2727
wmsprovider_la_LIBADD = $(QT_LDADD)
2828
wmsprovider_la_LDFLAGS = -avoid-version -module
29-
wmsprovider_la_CXXFLAGS = $(EXTRA_CXXFLAGS) $(QT_CXXFLAGS) $(DEBUG_QGIS)
29+
wmsprovider_la_CXXFLAGS = $(EXTRA_CXXFLAGS) $(QT_CXXFLAGS) $(DEBUG_QGIS) $(GDAL_CFLAGS)
3030

3131
CLEANFILES = $(BUILT_SOURCES)

0 commit comments

Comments
 (0)