Skip to content

Commit 53729cb

Browse files
author
mhugent
committed
added -lexpat for the gpx provider
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5315 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent cb12f5f commit 53729cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/providers/gpx/Makefile.am

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ gpxprovider_la_SOURCES = qgsgpxprovider.cpp \
1111
gpsdata.cpp
1212

1313

14-
gpxprovider_la_LIBADD = $(QT_LDADD) $(GEOS_LDADD) ../../core/libqgis_core.la
14+
gpxprovider_la_LIBADD = $(QT_LDADD) $(GEOS_LDADD) ../../core/libqgis_core.la -lexpat
1515
gpxprovider_la_LDFLAGS = -avoid-version -module
1616
gpxprovider_la_CXXFLAGS = $(EXTRA_CXXFLAGS) $(QT_CXXFLAGS) $(DEBUG_QGIS) $(GEOS_CFLAGS) $(GDAL_CFLAGS)
1717

0 commit comments

Comments
 (0)