From 0c13b86355a078b3dbe645c4f142982777995fbf Mon Sep 17 00:00:00 2001 From: Sandro Santilli Date: Wed, 10 Jun 2015 09:26:32 +0000 Subject: [PATCH] Remove liblwgeom.h on make uninstall (#3155) git-svn-id: http://svn.osgeo.org/postgis/trunk@13639 b70326c6-7e19-0410-871a-916f4a2858ee --- liblwgeom/Makefile.in | 1 + 1 file changed, 1 insertion(+) diff --git a/liblwgeom/Makefile.in b/liblwgeom/Makefile.in index 2fa4f255b..7eb5c17d2 100644 --- a/liblwgeom/Makefile.in +++ b/liblwgeom/Makefile.in @@ -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) -- 2.40.0