diff options
author | paul <paul> | 2004-01-10 23:03:07 +0100 |
---|---|---|
committer | paul <paul> | 2004-01-10 23:03:07 +0100 |
commit | a27abaa5c2cc8309ecf15b977b8a8876802cab31 (patch) | |
tree | 710a80511213b0ffdc3fb343975788c5e0589aa4 /Makefile.am | |
parent | Exclude Makefile and Makefile.in (diff) | |
download | frr-a27abaa5c2cc8309ecf15b977b8a8876802cab31.tar.xz frr-a27abaa5c2cc8309ecf15b977b8a8876802cab31.zip |
2004-01-10 Paul Jakma <paul@dishone.st>
* Makefile.am: redhat/ is a dist subdir too.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
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 |