diff options
| author | Silas McCroskey <smccroskey@cumulusnetworks.com> | 2017-02-14 19:04:10 +0700 | 
|---|---|---|
| committer | Martin Winter <mwinter@opensourcerouting.org> | 2017-11-17 17:55:29 -0800 | 
| commit | ee9d7744f8bb1b09363e4eed9a612f827d210d64 (patch) | |
| tree | 23103084bbb5703c6a4f002ae1f76d51b50398fd /Makefile.am | |
| parent | 79c81c2651608795138df0176f5326c4a4fa7c51 (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 | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 15f86dff4f..a4841490e5 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  | 
