diff options
| author | Silas McCroskey <smccroskey@cumulusnetworks.com> | 2017-02-14 19:04:10 +0700 | 
|---|---|---|
| committer | Martin Winter <mwinter@opensourcerouting.org> | 2017-10-10 07:52:45 -0700 | 
| commit | 4472c4fba0c4c98aef40e786bddc97f81d90a08c (patch) | |
| tree | 3ca5d69aef9679eb08bbb45cca6f0f81a0961ca6 /Makefile.am | |
| parent | c395cd15ad5044f8f80b767b53007b9e712f29a3 (diff) | |
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 | 3 | 
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 89e7ea890e..22ab8edfe9 100644 --- a/Makefile.am +++ b/Makefile.am @@ -8,7 +8,8 @@ SUBDIRS = lib qpb fpm @ZEBRA@ @LIBRFP@ @RFPTEST@ \  DIST_SUBDIRS = lib qpb fpm zebra bgpd ripd ripngd ospfd ospf6d ldpd \  	  isisd watchfrr vtysh ospfclient doc m4 pkgsrc redhat tests \ -	  solaris pimd nhrpd @LIBRFP@ @RFPTEST@ tools cumulus snapcraft +	  solaris pimd nhrpd @LIBRFP@ @RFPTEST@ tools cumulus \ +	  snapcraft debian  EXTRA_DIST = aclocal.m4 SERVICES REPORTING-BUGS \  	update-autotools \  | 
