]> granicus.if.org Git - postgis/commitdiff
Properly encode raster/rt_pg dependencies
authorSandro Santilli <strk@keybit.net>
Sat, 17 Oct 2015 05:47:52 +0000 (05:47 +0000)
committerSandro Santilli <strk@keybit.net>
Sat, 17 Oct 2015 05:47:52 +0000 (05:47 +0000)
Fixes #3335 for me (in 2.3.0dev)

git-svn-id: http://svn.osgeo.org/postgis/trunk@14284 b70326c6-7e19-0410-871a-916f4a2858ee

raster/rt_pg/Makefile.in

index 7af36c1afa114e52a272c5724c0611f1d3294ba1..ce08dd4d10054a10501fcda5b1ba0acfb8cada5a 100644 (file)
@@ -103,6 +103,15 @@ endif
        $(PERL) -lpe "s'MODULE_PATHNAME'\$$libdir/rtpostgis-@POSTGIS_MAJOR_VERSION@.@POSTGIS_MINOR_VERSION@'g" > $@
 
 
+../../liblwgeom/.libs/liblwgeom.a:
+       $(MAKE) -C ../../liblwgeom
+
+../rt_core/librtcore.a:
+       $(MAKE) -C ../rt_core
+
+../../libpgcommon/libpgcommon.a:
+       $(MAKE) -C ../../libpgcommon
+
 # Objects dependencies
 # NOTE: the .a deps are really only link-time dependencies, but at this
 #       time I dunno how to wncode those