]> granicus.if.org Git - postgis/commitdiff
added missing liblwgeom target needed to build the documentation images
authorKevin Neufeld <kneufeld.ca@gmail.com>
Mon, 11 Jan 2010 17:31:49 +0000 (17:31 +0000)
committerKevin Neufeld <kneufeld.ca@gmail.com>
Mon, 11 Jan 2010 17:31:49 +0000 (17:31 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@5113 b70326c6-7e19-0410-871a-916f4a2858ee

doc/html/image_src/Makefile.in

index f532229b789caf9f679a8481a5d2e87538caa013..cbe274d5c6e0049cdcc7ce603763ef652de206cb 100644 (file)
@@ -124,6 +124,10 @@ $(IMAGES_RESIZED): ../images/%.png: %.wkt generator styles.conf
 generator: ../../../liblwgeom/liblwgeom.a $(OBJS)
        $(CC) -o $@ $(OBJS) ../../../liblwgeom/liblwgeom.a -lm $(CUNIT_LDFLAGS)
 
+# Build liblwgeom
+../../../liblwgeom/liblwgeom.a:
+       make -C ../../../liblwgeom liblwgeom.a
+
 # Clean target
 clean:
        @rm -f $(OBJS)