diff options
author | jardin <jardin> | 2003-12-23 09:56:18 +0100 |
---|---|---|
committer | jardin <jardin> | 2003-12-23 09:56:18 +0100 |
commit | 9e867fe663c4eb43c36f35067c0dd092e8c83c14 (patch) | |
tree | f29461b6a2dc8c38037dc0cf91e70392f9ed4ab2 /Makefile.am | |
parent | Initial revision (diff) | |
download | frr-9e867fe663c4eb43c36f35067c0dd092e8c83c14.tar.xz frr-9e867fe663c4eb43c36f35067c0dd092e8c83c14.zip |
Merge isisd into the Quagga's framework:
- add privs support
- use misc quagga's definitions
- make it compile"able"
- fix segfault cases related to hostname()
- add debug isis xxx command
This patch has been approved by Paul Jakma.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 699c530ee..46cabb259 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,10 +1,11 @@ ## Process this file with automake to produce Makefile.in. SUBDIRS = lib @ZEBRA@ @BGPD@ @RIPD@ @RIPNGD@ @OSPFD@ @OSPF6D@ \ - @VTYSH@ @OSPFCLIENT@ doc + @ISISD@ @VTYSH@ @OSPFCLIENT@ doc DIST_SUBDIRS = lib zebra bgpd ripd ripngd ospfd ospf6d vtysh \ - ospfclient doc + ospfclient doc \ + isisd EXTRA_DIST = aclocal.m4 SERVICES TODO REPORTING-BUGS vtysh/Makefile.in \ vtysh/Makefile.am update-autotools doc/mpls |