diff options
-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 06695a918..3502e45a1 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 |