summaryrefslogtreecommitdiff
path: root/examples/xml/nwfilter/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'examples/xml/nwfilter/Makefile.am')
-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