Skip to content

Commit

Permalink
Include directory for ogr includes was not on compile line - only app…
Browse files Browse the repository at this point in the history
…arent when the geos include directory is different from the gdal include directory

git-svn-id: http://svn.osgeo.org/qgis/trunk@5530 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
g_j_m committed Jun 17, 2006
1 parent 1067fee commit 470177c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/providers/wms/Makefile.am
Expand Up @@ -26,6 +26,6 @@ BUILT_SOURCES = $(wmsprovider_MOC)

wmsprovider_la_LIBADD = $(QT_LDADD)
wmsprovider_la_LDFLAGS = -avoid-version -module
wmsprovider_la_CXXFLAGS = $(EXTRA_CXXFLAGS) $(QT_CXXFLAGS) $(DEBUG_QGIS)
wmsprovider_la_CXXFLAGS = $(EXTRA_CXXFLAGS) $(QT_CXXFLAGS) $(DEBUG_QGIS) $(GDAL_CFLAGS)

CLEANFILES = $(BUILT_SOURCES)

0 comments on commit 470177c

Please sign in to comment.