diff options
author | paul <paul> | 2003-03-17 02:18:55 +0100 |
---|---|---|
committer | paul <paul> | 2003-03-17 02:18:55 +0100 |
commit | 1bb066bce556b41a9232810accc8823843d38c48 (patch) | |
tree | 4fb96083ba30c7d082e7e869b2e8980d387e3a21 /Makefile.am | |
parent | Addition of OSPF-API - Amir Guindehi <amir@datacore.ch> (diff) | |
download | frr-1bb066bce556b41a9232810accc8823843d38c48.tar.xz frr-1bb066bce556b41a9232810accc8823843d38c48.zip |
Update auto files.
No doubt builds will now break for everyone. (works here - autoconf 2.13)
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 72a09dcf8..08e7fd2f7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,6 @@ ## Process this file with automake to produce Makefile.in. -SUBDIRS = lib @ZEBRA@ @BGPD@ @RIPD@ @RIPNGD@ @OSPFD@ @OSPF6D@ @VTYSH@ doc +SUBDIRS = lib @ZEBRA@ @BGPD@ @RIPD@ @RIPNGD@ @OSPFD@ @OSPF6D@ @VTYSH@ @OSPFCLIENT@ doc EXTRA_DIST = aclocal.m4 SERVICES TODO REPORTING-BUGS vtysh/Makefile.in \ vtysh/Makefile.am update-autotools |