]> git.puffer.fish Git - mirror/frr.git/commitdiff
build: fix dist tarball
authorDavid Lamparter <equinox@opensourcerouting.org>
Thu, 13 Dec 2012 09:59:00 +0000 (10:59 +0100)
committerDavid Lamparter <equinox@opensourcerouting.org>
Thu, 13 Dec 2012 10:04:37 +0000 (11:04 +0100)
automake file lists haven't quite kept up with recent changes, time to
fix them up so the dist tarball actually works...

Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
Makefile.am
lib/Makefile.am
zebra/Makefile.am

index 8371041ba8eb3b1282bd2c09c8ed1d8c6ca170e6..37fea43b7c071c1956e6e36143c1054adc3588f4 100644 (file)
@@ -12,7 +12,8 @@ EXTRA_DIST = aclocal.m4 SERVICES TODO REPORTING-BUGS INSTALL.quagga.txt \
        update-autotools \
        vtysh/Makefile.in vtysh/Makefile.am \
        tools/mrlg.cgi tools/rrcheck.pl tools/rrlookup.pl tools/zc.pl \
-       tools/zebra.el tools/multiple-bgpd.sh
+       tools/zebra.el tools/multiple-bgpd.sh \
+       fpm/fpm.h
 
 if HAVE_LATEX
 
index 690c18ff9f6283257b188ba17e6ea5a96a7b5298..0ec5b4c92bc90f9efc866ee3d935996171ee0638 100644 (file)
@@ -29,7 +29,12 @@ pkginclude_HEADERS = \
        privs.h sigevent.h pqueue.h jhash.h zassert.h memtypes.h \
        workqueue.h route_types.h
 
-EXTRA_DIST = regex.c regex-gnu.h memtypes.awk route_types.pl route_types.txt
+EXTRA_DIST = \
+       regex.c regex-gnu.h \
+       queue.h \
+       memtypes.awk \
+       route_types.pl route_types.txt \
+       gitversion.pl
 
 memtypes.h: $(srcdir)/memtypes.c $(srcdir)/memtypes.awk
        ($(GAWK) -f $(srcdir)/memtypes.awk $(srcdir)/memtypes.c > $@)
index 266812f830aaa80b090773cf870cfd90f8093edc..96f7bef302d9cd0852f7931f6739b7b4632fb3cb 100644 (file)
@@ -42,7 +42,8 @@ testzebra_SOURCES = test_main.c zebra_rib.c interface.c connected.c debug.c \
 
 noinst_HEADERS = \
        connected.h ioctl.h rib.h rt.h zserv.h redistribute.h debug.h rtadv.h \
-       interface.h ipforward.h irdp.h router-id.h kernel_socket.h
+       interface.h ipforward.h irdp.h router-id.h kernel_socket.h \
+       rt_netlink.h zebra_fpm.h zebra_fpm_private.h
 
 zebra_LDADD = $(otherobj) ../lib/libzebra.la $(LIBCAP) $(LIB_IPV6)