From: Paul Ramsey Date: Sat, 2 Jan 2010 07:01:49 +0000 (+0000) Subject: Add getopt.o into the modules used by shp2pgsql-gui.exe X-Git-Tag: 1.5.0b1~18 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6fb65bc2143257ab4329a7abf036d651371a9145;p=postgis Add getopt.o into the modules used by shp2pgsql-gui.exe git-svn-id: http://svn.osgeo.org/postgis/trunk@5089 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/loader/Makefile.in b/loader/Makefile.in index afcf68f2e..62d31a95e 100644 --- a/loader/Makefile.in +++ b/loader/Makefile.in @@ -87,7 +87,7 @@ $(SHP2PGSQL-CLI): stringbuffer.o shpopen.o dbfopen.o getopt.o shp2pgsql-core.o s shp2pgsql-gui.o: shp2pgsql-gui.c $(CC) $(CFLAGS) $(PGSQL_FE_CPPFLAGS) $(GTK_CFLAGS) -o $@ -c shp2pgsql-gui.c -$(SHP2PGSQL-GUI): stringbuffer.o shpopen.o dbfopen.o shp2pgsql-core.o shp2pgsql-gui.o $(LIBLWGEOM) $(GTK_WIN32_RES) +$(SHP2PGSQL-GUI): stringbuffer.o shpopen.o dbfopen.o shp2pgsql-core.o shp2pgsql-gui.o getopt.o $(LIBLWGEOM) $(GTK_WIN32_RES) $(CC) $(CFLAGS) $(GTK_WIN32_FLAGS) $^ -o $@ $(GTK_LIBS) $(ICONV_LDFLAGS) $(PGSQL_FE_LDFLAGS) -lm installdir: