tRemove plugins on "make uninstall" to placate "make distcheck". - vaccinewars - be a doctor and try to vaccinate the world
(HTM) git clone git://src.adamsgaard.dk/vaccinewars
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit b011c04e2245f06a3ceddff383b0b63a7f6b7fa6
(DIR) parent 6a4bf6c09af0189018a1bead0927aeeec9220461
(HTM) Author: Ben Webb <ben@salilab.org>
Date: Mon, 21 Oct 2002 10:20:55 +0000
Remove plugins on "make uninstall" to placate "make distcheck".
Diffstat:
M src/plugins/Makefile.am | 5 +++++
1 file changed, 5 insertions(+), 0 deletions(-)
---
(DIR) diff --git a/src/plugins/Makefile.am b/src/plugins/Makefile.am
t@@ -34,4 +34,9 @@ install-exec-am:
for plug in ${PLUGINS}; do \
${INSTALL} $${plug} ${PLUGINDIR}; \
done
+
+uninstall-local:
+ for plug in ${PLUGINS}; do \
+ /bin/rm -f ${PLUGINDIR}/$${plug}; \
+ done
endif