Skip to content

Commit ef5c131

Browse files
author
telwertowski
committedJul 1, 2006
Add $(EXTRA_CXXFLAGS) which is useful for a Mac universal binary compile. Also clean up the flag symbols so they are arranged more like the other plugins.
git-svn-id: http://svn.osgeo.org/qgis/trunk@5555 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent c6dd155 commit ef5c131

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed
 

‎src/plugins/georeferencer/Makefile.am

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,9 @@ georefplugin_la_SOURCES = plugin.cpp \
7474

7575
nodist_georefplugin_la_SOURCES = $(plugin_MOC) $(plugin_UI)
7676

77-
georefplugin_la_CXXFLAGS = -I../ -I../../ui -I../../raster -I../../gui -I../../core $(GDAL_CFLAGS) $(GSL_CFLAGS) $(QT_CXXFLAGS) $(GEOS_CFLAGS) $(DEBUG_QGIS)
78-
georefplugin_la_LDFLAGS = -avoid-version -module $(GDAL_LDADD) $(GSL_LIBS) $(QT_LDADD) ../../gui/libqgis_gui.la ../../core/libqgis_core.la
77+
georefplugin_la_CXXFLAGS = $(CXXFLAGS) $(EXTRA_CXXFLAGS) $(QT_CXXFLAGS) $(DEBUG_QGIS) $(GDAL_CFLAGS) $(GEOS_CFLAGS) $(GSL_CFLAGS) -I../ -I../../ui -I../../raster -I../../gui -I../../core
78+
georefplugin_la_LDFLAGS = -avoid-version -module
79+
georefplugin_la_LIBADD = $(QT_LDADD) $(GDAL_LDADD) $(GSL_LIBS) ../../gui/libqgis_gui.la ../../core/libqgis_core.la
7980

8081
BUILT_SOURCES = $(plugin_UI) $(plugin_MOC) $(plugin_RES)
8182

0 commit comments

Comments
 (0)
Please sign in to comment.