diff options
author | Silas McCroskey <smccroskey@cumulusnetworks.com> | 2017-02-14 13:04:10 +0100 |
---|---|---|
committer | Martin Winter <mwinter@opensourcerouting.org> | 2017-11-18 02:55:29 +0100 |
commit | ee9d7744f8bb1b09363e4eed9a612f827d210d64 (patch) | |
tree | 23103084bbb5703c6a4f002ae1f76d51b50398fd /Makefile.am | |
parent | debian: fix dpkg tool invocations to work on Ubuntu 12.04 (diff) | |
download | frr-ee9d7744f8bb1b09363e4eed9a612f827d210d64.tar.xz frr-ee9d7744f8bb1b09363e4eed9a612f827d210d64.zip |
debian/backports: include in distfile, don't put files in ..
Testing-done: ran 'make dist', unpacked elsewhere, built from result
Adjusted target to build the .orig.tar.gz accordingly, since it must
exclude the debian/ subdirectory. Allows for building any backport from
only a tarball.
Signed-off-by: Silas McCroskey <smccroskey@cumulusnetworks.com>
Signed-off-by: Martin Winter <mwinter@opensourcerouting.org>
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 15f86dff4..a4841490e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -64,6 +64,7 @@ DIST_SUBDIRS = . bgpd \ vtysh doc tests \ solaris bgpd/rfp-example/librfp \ bgpd/rfp-example/rfptest \ + debian # end if PKGSRC |