Skip to content

Commit

Permalink
Add version number to raster and msexport libraries. All qgis libs no…
Browse files Browse the repository at this point in the history
…w have same version.

git-svn-id: http://svn.osgeo.org/qgis/trunk@6310 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
telwertowski committed Dec 22, 2006
1 parent 6a95b3e commit 9523a2f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/raster/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ BUILT_SOURCES = $(libqgis_raster_la_MOC) $(libqgis_raster_la_SOURCES)
##libqgis_raster_la_LDFLAGS = -no-undefined
libqgis_raster_la_CPPFLAGS = -I$(OMSRCDIR)
libqgis_raster_la_LIBADD = $(QT_LDADD) $(GDAL_LDADD)
libqgis_raster_la_LDFLAGS = -version-info $(INTERFACE_VERSION)
libqgis_raster_la_CXXFLAGS = $(PREFIX) $(PKGDATAPATH) $(GDAL_CFLAGS) $(CXXFLAGS) $(EXTRA_CXXFLAGS) $(QT_CXXFLAGS) $(DEBUG_QGIS) $(GEOS_CFLAGS) -I../../widgets/projectionselector/ -I../gui/ -I../legend/ -I../ui/ -I../core/

EXTRA_DIST = \
Expand Down
2 changes: 1 addition & 1 deletion tools/mapserver_export/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ lib_LTLIBRARIES = libmsexport.la
libmsexport_la_SOURCES = qgsmapserverexport.cpp qgsmapserverexport.moc.cpp msexport_wrap.cxx

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

# Qt/Mac app needs to be inside a bundle to function correctly
MACBINDIR = $(bindir)/msexport.app/Contents/MacOS
Expand Down

0 comments on commit 9523a2f

Please sign in to comment.