Skip to content
Permalink
Browse files
PG_LIB
git-svn-id: http://svn.osgeo.org/qgis/trunk@4896 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
rblazek committed Feb 21, 2006
1 parent 497d4d8 commit f57ad07
Showing 1 changed file with 1 addition and 1 deletion.
@@ -16,7 +16,7 @@ $(DLL): .libs/libqgis_legend.a
-Wl,--no-whole-archive \
$(CORE_A) $(GUI_A) $(CORE_A) $(RASTER_A) \
$(COMPOSER_A) $(PROJSEL_A) $(GUI_A) \
$(GDAL_LDADD) -lproj -lsqlite3 \
$(GDAL_LDADD) -lproj -lsqlite3 $(PG_LIB) \
$(QT_LDADD) \
-lwsock32 -lmingw32
$(STRIP) $@

0 comments on commit f57ad07

Please sign in to comment.