Skip to content

Commit

Permalink
PG_LIB
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4898 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
rblazek committed Feb 21, 2006
1 parent 87e5d12 commit 9079e2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/composer/Makefile.win
Expand Up @@ -17,7 +17,7 @@ $(DLL): .libs/libqgis_composer.a
$(GUI_A) $(CORE_A) $(RASTER_A) $(LEGEND_A) \
$(PROJSEL_A) $(CORE_A) $(GUI_A) $(CORE_A) \
$(GUI_A) \
-lproj -lgdal -lsqlite3 -lgeos \
-lproj -lgdal -lsqlite3 -lgeos $(PG_LIB) \
$(QT_LDADD) \
-lwsock32 -lmingw32
$(STRIP) $@
Expand Down

0 comments on commit 9079e2d

Please sign in to comment.