]> granicus.if.org Git - postgis/commitdiff
Build the libtool wrapper script version of raster2pgsql
authorSandro Santilli <strk@keybit.net>
Mon, 9 Jan 2012 13:36:15 +0000 (13:36 +0000)
committerSandro Santilli <strk@keybit.net>
Mon, 9 Jan 2012 13:36:15 +0000 (13:36 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@8712 b70326c6-7e19-0410-871a-916f4a2858ee

raster/loader/Makefile.in

index 8fba40508174fc57a7b83bd25e1f39b52f0524e6..53518a71c959dabc791f9c98b0b8c5ce421e89cf 100644 (file)
@@ -27,7 +27,7 @@ PGSQL_BINDIR=@PGSQL_BINDIR@
 
 RT_CORE=../rt_core
 
-LIBLWGEOM_LDFLAGS=@LIBLWGEOM_LDFLAGS@
+LIBLWGEOM_LDFLAGS=../../liblwgeom/liblwgeom.la
 LIBLWGEOM_CFLAGS=@LIBLWGEOM_CFLAGS@
 LIBGDAL_CFLAGS=@LIBGDAL_CFLAGS@
 LIBGDAL_LDFLAGS=@LIBGDAL_LDFLAGS@
@@ -75,6 +75,7 @@ $(RT_CORE)/librtcore.a:
        $(MAKE) -C ../rt_core
 
 clean:
+       rm -rf .libs
        $(RM) *.o $(RASTER2PGSQL)
 
 distclean: clean