[Olsr-dev] [PATCH 12/20] secure: add uninstall target
Ferry Huberts
(spam-protected)
Mon Jul 25 17:38:05 CEST 2011
From: Ferry Huberts <(spam-protected)>
Signed-off-by: Ferry Huberts <(spam-protected)>
---
Makefile | 3 +++
lib/secure/Makefile | 3 +++
2 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/Makefile b/Makefile
index d8ea355..ef00979 100644
--- a/Makefile
+++ b/Makefile
@@ -230,6 +230,9 @@ secure:
secure_install:
$(MAKECMD) -C lib/secure DESTDIR=$(DESTDIR) install
+secure_uninstall:
+ $(MAKECMD) -C lib/secure DESTDIR=$(DESTDIR) uninstall
+
pgraph:
$(MAKECMD) -C lib/pgraph clean
$(MAKECMD) -C lib/pgraph
diff --git a/lib/secure/Makefile b/lib/secure/Makefile
index 4f5130f..45a248b 100644
--- a/lib/secure/Makefile
+++ b/lib/secure/Makefile
@@ -57,5 +57,8 @@ install: $(PLUGIN_FULLNAME)
$(STRIP) $(PLUGIN_FULLNAME)
$(INSTALL_LIB)
+uninstall:
+ $(UNINSTALL_LIB)
+
clean:
rm -f $(OBJS) $(SRCS:%.c=%.d) $(PLUGIN_FULLNAME)
--
1.7.6
More information about the Olsr-dev
mailing list