[ovs-dev] [PATCH 1/4] ovsdbmonitor: Fix uninstall.
Ben Pfaff
blp at nicira.com
Mon Aug 23 17:06:59 PDT 2010
We install an ovsdbmonitor binary so we should uninstall it too.
---
ovsdb/ovsdbmonitor/automake.mk | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/ovsdb/ovsdbmonitor/automake.mk b/ovsdb/ovsdbmonitor/automake.mk
index 254ec8d..e24c536 100644
--- a/ovsdb/ovsdbmonitor/automake.mk
+++ b/ovsdb/ovsdbmonitor/automake.mk
@@ -41,6 +41,10 @@ DISTCLEANFILES += \
ovsdb/ovsdbmonitor/ovsdbmonitor.tmp
endif
+uninstall-local: ovsdbmonitor-uninstall-local
+ovsdbmonitor-uninstall-local:
+ rm -f $(DESTDIR)$(bindir)/ovsdbmonitor
+
SUFFIXES += .ui .py
.ui.py:
$(PYUIC4) $< | sed 's/from PyQt4 import QtCore, QtGui/\
--
1.7.1
More information about the dev
mailing list