diff options
author | David Lamparter <equinox@opensourcerouting.org> | 2012-12-13 10:59:00 +0100 |
---|---|---|
committer | David Lamparter <equinox@opensourcerouting.org> | 2012-12-13 11:04:37 +0100 |
commit | 4209a88759c41aac54465b6d4389b7daaad6ac80 (patch) | |
tree | bab409239b92b7151284b03640c07aa3f18127f6 /Makefile.am | |
parent | build: update ICC warning CFLAGS (diff) | |
download | frr-4209a88759c41aac54465b6d4389b7daaad6ac80.tar.xz frr-4209a88759c41aac54465b6d4389b7daaad6ac80.zip |
build: fix dist tarball
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>
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 8371041ba..37fea43b7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 |