diff options
author | David Lamparter <equinox@diac24.net> | 2018-12-10 22:34:49 +0100 |
---|---|---|
committer | David Lamparter <equinox@diac24.net> | 2019-02-19 21:30:54 +0100 |
commit | b3c4c164b5a6652deeddec41502f098846eb63d3 (patch) | |
tree | ff89587c87bee78f9d9281d4148905e678e78fb6 /Makefile.am | |
parent | debian: move changelog out of the way (diff) | |
download | frr-b3c4c164b5a6652deeddec41502f098846eb63d3.tar.xz frr-b3c4c164b5a6652deeddec41502f098846eb63d3.zip |
debian: make package "official"
Move us into place in debian/
Signed-off-by: David Lamparter <equinox@diac24.net>
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 9e6c53d87..72db44e19 100644 --- a/Makefile.am +++ b/Makefile.am @@ -124,7 +124,7 @@ include watchfrr/subdir.am include qpb/subdir.am include fpm/subdir.am include tools/subdir.am -include debianpkg/subdir.am +include debian/subdir.am include solaris/subdir.am include bgpd/subdir.am |