Skip to content

Commit

Permalink
Add in postgres lib directory (necessary if the pg libs are in a
Browse files Browse the repository at this point in the history
directory other than the usual ones)


git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@6149 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
g_j_m committed Nov 30, 2006
1 parent 9ad169f commit 1becbb9
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) $(PROJ_LIB) ../../src/core/libqgis_core.la ../../src/gui/libqgis_gui.la
msexport_LDADD = $(QT_LDADD) $(PG_LIB) $(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 1becbb9

Please sign in to comment.