diff options
| author | gdt <gdt> | 2004-08-31 18:16:36 +0000 | 
|---|---|---|
| committer | gdt <gdt> | 2004-08-31 18:16:36 +0000 | 
| commit | cbd040847df406a618fd58b1a92f33dc424d2ffd (patch) | |
| tree | dba9649be97470ba79d47dbb7a0ef76f361e7817 /Makefile.am | |
| parent | 630e48072a4a4685a7c04a7b73ae9170d2f0844a (diff) | |
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 f141f573a6..d620c996d8 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  | 
