]> granicus.if.org Git - postgis/commitdiff
Add getopt.o into the modules used by shp2pgsql-gui.exe
authorPaul Ramsey <pramsey@cleverelephant.ca>
Sat, 2 Jan 2010 07:01:49 +0000 (07:01 +0000)
committerPaul Ramsey <pramsey@cleverelephant.ca>
Sat, 2 Jan 2010 07:01:49 +0000 (07:01 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@5089 b70326c6-7e19-0410-871a-916f4a2858ee

loader/Makefile.in

index afcf68f2ec7a66e7299d6cc853b23ab13b347dbe..62d31a95eb297433ba9e6a73ec42d41ea4c99de1 100644 (file)
@@ -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: