diff options
author | paul <paul> | 2004-01-10 22:03:07 +0000 |
---|---|---|
committer | paul <paul> | 2004-01-10 22:03:07 +0000 |
commit | a27abaa5c2cc8309ecf15b977b8a8876802cab31 (patch) | |
tree | 710a80511213b0ffdc3fb343975788c5e0589aa4 | |
parent | 872277f2745b4ca2938840559b3ddb15ce36ecca (diff) |
2004-01-10 Paul Jakma <paul@dishone.st>
* Makefile.am: redhat/ is a dist subdir too.
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | Makefile.am | 3 |
2 files changed, 5 insertions, 2 deletions
@@ -1,3 +1,7 @@ +2004-01-10 Paul Jakma <paul@dishone.st> + + * Makefile.am: redhat/ is a dist subdir too. + 2004-01-10 Vincent Jardin <jardin@6wind.com> * configure.ac: add the redhat/Makefile as a AC_OUTPUT() argument. diff --git a/Makefile.am b/Makefile.am index 06695a91..3502e45a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -4,8 +4,7 @@ SUBDIRS = lib @ZEBRA@ @BGPD@ @RIPD@ @RIPNGD@ @OSPFD@ @OSPF6D@ \ @ISISD@ @VTYSH@ @OSPFCLIENT@ redhat doc DIST_SUBDIRS = lib zebra bgpd ripd ripngd ospfd ospf6d vtysh \ - ospfclient doc \ - isisd + ospfclient doc redhat isisd EXTRA_DIST = aclocal.m4 SERVICES TODO REPORTING-BUGS vtysh/Makefile.in \ vtysh/Makefile.am update-autotools doc/mpls |