Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
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.
2 changes: 1 addition & 1 deletion src/legend/Makefile.win
Expand Up @@ -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) $@
Expand Down

0 comments on commit f57ad07

Please sign in to comment.