]> granicus.if.org Git - postgis/commitdiff
Remove liblwgeom.h on make uninstall (#3155)
authorSandro Santilli <strk@keybit.net>
Wed, 10 Jun 2015 09:26:32 +0000 (09:26 +0000)
committerSandro Santilli <strk@keybit.net>
Wed, 10 Jun 2015 09:26:32 +0000 (09:26 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@13639 b70326c6-7e19-0410-871a-916f4a2858ee

liblwgeom/Makefile.in

index 2fa4f255b20455d12050cd7b60d931c1aa141aaf..7eb5c17d25d5f6edee60f0b265e3a788e125806c 100644 (file)
@@ -135,6 +135,7 @@ install-liblwgeom: liblwgeom.la
 
 uninstall-liblwgeom:
        $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/liblwgeom.la"
+       $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(includedir)/liblwgeom.h"
 
 # Make all objects depend upon postgis_config.h and postgis_svn_revision.h
 $(LT_OBJS): ../postgis_config.h ../postgis_svn_revision.h $(SA_HEADERS)