Skip to content

Commit

Permalink
Add PKGDATAPATH to lib too
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk@5799 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
timlinux committed Sep 10, 2006
1 parent 7f9adc9 commit 72dc071
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tools/mapserver_export/Makefile.am
Expand Up @@ -11,6 +11,9 @@
# $Id: Makefile.am 4200 2005-11-12 01:37:49Z gsherman $

bin_PROGRAMS = msexport
if HAVE_QTMAC
MAC = mac
endif

if !HAVE_QTMAC
PREFIX=-DPREFIX=\"$(prefix)\"
Expand Down Expand Up @@ -69,7 +72,7 @@ lib_LTLIBRARIES = libmsexport.la
libmsexport_la_SOURCES = qgsmapserverexport.cpp qgsmapserverexport.moc.cpp msexport_wrap.cxx

libmsexport_la_LIBADD = $(PYTHON_LIB) $(QT_LDADD)
libmsexport_la_CXXFLAGS = $(CXXFLAGS) $(EXTRA_CXXFLAGS) $(QT_CXXFLAGS) $(PYTHON_INCLUDE_DIR) -I../../src
libmsexport_la_CXXFLAGS = $(CXXFLAGS) $(PKGDATAPATH) $(EXTRA_CXXFLAGS) $(QT_CXXFLAGS) $(PYTHON_INCLUDE_DIR) -I../../src
#msexport_la_LDFLAGS

#
Expand Down

0 comments on commit 72dc071

Please sign in to comment.