summaryrefslogtreecommitdiff
path: root/examples/xml
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@redhat.com>2012-04-03 14:26:41 +0800
committerDaniel Veillard <veillard@redhat.com>2012-04-03 14:49:31 +0800
commit683e011137e5a3763c85b06a90574ae3f868a94d (patch)
tree67bc7288b2faa60ab348b8a4970d3f0412fa0fe6 /examples/xml
parent66cab01ae1b1d7b330641cf9bd8f26d8f745a500 (diff)
downloadlibvirt-683e011137e5a3763c85b06a90574ae3f868a94d.tar.gz
Revert "Refactor the libvirt RPM daemon pieces"
This reverts commit 06a0d57f5a90e408a6280dc2f9db0badeeeb78ee.
Diffstat (limited to 'examples/xml')
-rw-r--r--examples/xml/nwfilter/Makefile.am2
1 files changed, 0 insertions, 2 deletions
diff --git a/examples/xml/nwfilter/Makefile.am b/examples/xml/nwfilter/Makefile.am
index c503682bb8..12a36198cb 100644
--- a/examples/xml/nwfilter/Makefile.am
+++ b/examples/xml/nwfilter/Makefile.am
@@ -22,7 +22,6 @@ FILTERS = \
EXTRA_DIST=$(FILTERS)
-if WITH_NWFILTER
confdir = $(sysconfdir)/libvirt
NWFILTER_DIR = "$(DESTDIR)$(sysconfdir)/libvirt/nwfilter"
@@ -38,4 +37,3 @@ uninstall-local::
rm -f "$(NWFILTER_DIR)/$$f"; \
done
-test -z $(shell ls $(NWFILTER_DIR)) || rmdir $(NWFILTER_DIR)
-endif