Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Include directory for ogr includes was not on compile line - only app…
…arent 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
  • Loading branch information
g_j_m committed Jun 17, 2006
1 parent 87d2fea commit cbad69e
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 cbad69e

Please sign in to comment.