Skip to content

Commit

Permalink
Ad in the location of the proj library (should address ticket #409)
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk@6148 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
g_j_m committed Nov 29, 2006
1 parent c354c40 commit e1f9b2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/mapserver_export/Makefile.am
Expand Up @@ -60,7 +60,7 @@ BUILT_SOURCES = $(msexport_MOC) $(msexport_UI)



msexport_LDADD = $(QT_LDADD) $(PYTHON_LIB) ../../src/core/libqgis_core.la ../../src/gui/libqgis_gui.la
msexport_LDADD = $(QT_LDADD) $(PYTHON_LIB) $(PROJ_LIB) ../../src/core/libqgis_core.la ../../src/gui/libqgis_gui.la

msexport_CXXFLAGS = $(CXXFLAGS) $(PKGDATAPATH) $(EXTRA_CXXFLAGS) $(QT_CXXFLAGS) $(PYTHON_INCLUDE_DIR) -I../../src

Expand Down

0 comments on commit e1f9b2f

Please sign in to comment.