diff options
author | gdt <gdt> | 2004-08-31 20:16:36 +0200 |
---|---|---|
committer | gdt <gdt> | 2004-08-31 20:16:36 +0200 |
commit | cbd040847df406a618fd58b1a92f33dc424d2ffd (patch) | |
tree | dba9649be97470ba79d47dbb7a0ef76f361e7817 /Makefile.am | |
parent | Assorted changes from work at BBN. Most are minor, and several are in (diff) | |
download | frr-cbd040847df406a618fd58b1a92f33dc424d2ffd.tar.xz frr-cbd040847df406a618fd58b1a92f33dc424d2ffd.zip |
2004-08-31 Greg Troxel <gdt@poblano.ir.bbn.com>
* Rename scripts to *.sh.in, and use autoconf-style substitution
for prefix and localstatedir.
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 f141f573a..d620c996d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,7 +1,7 @@ ## Process this file with automake to produce Makefile.in. SUBDIRS = lib @ZEBRA@ @BGPD@ @RIPD@ @RIPNGD@ @OSPFD@ @OSPF6D@ \ - @ISISD@ @VTYSH@ @OSPFCLIENT@ pkgsrc redhat doc + @ISISD@ @VTYSH@ @OSPFCLIENT@ @pkgsrcdir@ redhat doc DIST_SUBDIRS = lib zebra bgpd ripd ripngd ospfd ospf6d \ isisd vtysh ospfclient doc pkgsrc redhat tests |