Skip to content

Commit 724b77b

Browse files
author
rblazek
committedFeb 21, 2006
PG_LIB
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4896 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 3b6e701 commit 724b77b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/legend/Makefile.win

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ $(DLL): .libs/libqgis_legend.a
1616
-Wl,--no-whole-archive \
1717
$(CORE_A) $(GUI_A) $(CORE_A) $(RASTER_A) \
1818
$(COMPOSER_A) $(PROJSEL_A) $(GUI_A) \
19-
$(GDAL_LDADD) -lproj -lsqlite3 \
19+
$(GDAL_LDADD) -lproj -lsqlite3 $(PG_LIB) \
2020
$(QT_LDADD) \
2121
-lwsock32 -lmingw32
2222
$(STRIP) $@

0 commit comments

Comments
 (0)
Please sign in to comment.