Sophie

Sophie

distrib > CentOS > 5 > x86_64 > by-pkgid > b8795a4cfe4ad42233262d4fbf9bb48f > files > 87

libvirt-devel-0.8.2-29.el5_9.1.i386.rpm


FILTERS = \
	allow-arp.xml \
	allow-dhcp-server.xml \
	allow-dhcp.xml \
	allow-incoming-ipv4.xml \
	allow-ipv4.xml \
	clean-traffic.xml \
	no-arp-spoofing.xml \
	no-ip-multicast.xml \
	no-ip-spoofing.xml \
	no-mac-broadcast.xml \
	no-mac-spoofing.xml \
	no-other-l2-traffic.xml \
	no-other-rarp-traffic.xml \
	qemu-announce-self.xml \
	qemu-announce-self-rarp.xml

EXTRA_DIST=$(FILTERS)

confdir = $(sysconfdir)/libvirt

NWFILTER_DIR = "$(DESTDIR)$(sysconfdir)/libvirt/nwfilter"

install-data-local:
	$(MKDIR_P) "$(NWFILTER_DIR)"
	for f in $(FILTERS); do \
		$(INSTALL_DATA) $(srcdir)/$$f "$(NWFILTER_DIR)"; \
	done

uninstall-local::
	for f in $(FILTERS); do \
		rm -f "$(NWFILTER_DIR)/$$f"; \
	done
	-test -z $(shell ls $(NWFILTER_DIR)) || rmdir $(NWFILTER_DIR)