From 41ad87809198dfb2cfc769d77592afaf41a2f8f0 Mon Sep 17 00:00:00 2001 From: paul Date: Tue, 30 Dec 2003 11:09:00 +0000 Subject: 2003-12-30 Paul Jakma * Makefile.am: put the redhat/ stuff into EXTRA_DIST rather than copying via dist-hook. Remove ~ files backup cruft from dists. isisd/Makefile.am: sysconf example should go via dist_examples_DATA. The include-netbsd/ headers werent mentioned as sources and werent being copied into dists. --- isisd/Makefile.am | 24 +++++------------------- 1 file changed, 5 insertions(+), 19 deletions(-) (limited to 'isisd') diff --git a/isisd/Makefile.am b/isisd/Makefile.am index fd4c199d..7088b2ea 100644 --- a/isisd/Makefile.am +++ b/isisd/Makefile.am @@ -19,27 +19,13 @@ noinst_HEADERS = \ isisd.h isis_pdu.h isis_tlv.h isis_adjacency.h isis_constants.h \ isis_lsp.h dict.h isis_circuit.h isis_misc.h isis_network.h \ isis_zebra.h isis_dr.h isis_flags.h isis_dynhn.h isis_common.h \ - iso_checksum.h isis_csm.h isis_events.h isis_spf.h isis_route.h + iso_checksum.h isis_csm.h isis_events.h isis_spf.h isis_route.h \ + include-netbsd/clnp.h include-netbsd/esis.h include-netbsd/iso.h isisd_SOURCES = \ isis_main.c $(libisis_a_SOURCES) -isisd_LDADD = ../lib/libzebra.a - -sysconf_DATA = isisd.conf.sample - -EXTRA_DIST = $(sysconf_DATA) - -install-sysconfDATA: $(sysconf_DATA) - @$(NORMAL_INSTALL) - $(mkinstalldirs) $(DESTDIR)$(sysconfdir) - @list='$(sysconf_DATA)'; for p in $$list; do \ - if test -f $(srcdir)/$$p; then \ - echo " $(INSTALL_SDATA) $(srcdir)/$$p $(DESTDIR)$(sysconfdir)/$$p"; \ - $(INSTALL_SDATA) $(srcdir)/$$p $(DESTDIR)$(sysconfdir)/$$p; \ - else if test -f $$p; then \ - echo " $(INSTALL_SDATA) $$p $(DESTDIR)$(sysconfdir)/$$p"; \ - $(INSTALL_SDATA) $$p $(DESTDIR)$(sysconfdir)/$$p; \ - fi; fi; \ - done +isisd_LDADD = ../lib/libzebra.a @LIBCAP@ +examplesdir = $(exampledir) +dist_examples_DATA = isisd.conf.sample -- cgit v1.2.1