We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b84cc65 commit ce82286Copy full SHA for ce82286
tools/mapserver_export/Makefile.am
@@ -11,6 +11,9 @@
11
# $Id: Makefile.am 4200 2005-11-12 01:37:49Z gsherman $
12
13
bin_PROGRAMS = msexport
14
+if HAVE_QTMAC
15
+MAC = mac
16
+endif
17
18
if !HAVE_QTMAC
19
PREFIX=-DPREFIX=\"$(prefix)\"
@@ -69,7 +72,7 @@ lib_LTLIBRARIES = libmsexport.la
69
72
libmsexport_la_SOURCES = qgsmapserverexport.cpp qgsmapserverexport.moc.cpp msexport_wrap.cxx
70
73
71
74
libmsexport_la_LIBADD = $(PYTHON_LIB) $(QT_LDADD)
-libmsexport_la_CXXFLAGS = $(CXXFLAGS) $(EXTRA_CXXFLAGS) $(QT_CXXFLAGS) $(PYTHON_INCLUDE_DIR) -I../../src
75
+libmsexport_la_CXXFLAGS = $(CXXFLAGS) $(PKGDATAPATH) $(EXTRA_CXXFLAGS) $(QT_CXXFLAGS) $(PYTHON_INCLUDE_DIR) -I../../src
76
#msexport_la_LDFLAGS
77
78
#
0 commit comments