Skip to content

Commit

Permalink
use PG_LIB variable to enable compilation when configured without pos…
Browse files Browse the repository at this point in the history
…tgres

git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5687 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
rblazek committed Aug 11, 2006
1 parent ec9e8db commit 31953ac
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 -lpq \
$(GDAL_LDADD) -lproj -lsqlite3 $(PG_LIB) \
$(QT_LDADD) \
-lwsock32 -lmingw32
$(STRIP) $@
Expand Down

0 comments on commit 31953ac

Please sign in to comment.