Skip to content

Commit

Permalink
libpq
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk@4895 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
rblazek committed Feb 21, 2006
1 parent fe971a6 commit 497d4d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/raster/Makefile.win
Expand Up @@ -16,7 +16,7 @@ $(DLL): .libs/libqgis_raster.a
-Wl,--no-whole-archive \
$(GUI_A) $(CORE_A) $(LEGEND_A) $(PROJSEL_A) \
$(GUI_A) $(CORE_A) $(COMPOSER_A) $(GUI_A) \
$(GDAL_LDADD) -lproj -lsqlite3 \
$(GDAL_LDADD) -lproj -lsqlite3 -lpq \
$(QT_LDADD) \
-lwsock32 -lmingw32
$(STRIP) $@
Expand Down

0 comments on commit 497d4d8

Please sign in to comment.