diff options
author | paul <paul> | 2005-04-11 09:10:47 +0200 |
---|---|---|
committer | paul <paul> | 2005-04-11 09:10:47 +0200 |
commit | 26275b05d6da500176d433523f659e0f6425558b (patch) | |
tree | ba86e8701da0cc11bfd99ea7715d02fa76402f07 /Makefile.am | |
parent | 2005-04-11 Paul Jakma <paul.jakma@sun.com> (diff) | |
download | frr-26275b05d6da500176d433523f659e0f6425558b.tar.xz frr-26275b05d6da500176d433523f659e0f6425558b.zip |
2005-04-11 Paul Jakma <paul.jakma@sun.com>
* configure.ac: Call AC_CANONICAL_{BUILD,TARGET} macros. Target isnt
set otherwise, afaict. AC_SUBST enable_{user,group,vty_group} and
quagga_statedir - the Solaris package bits for one need this.
configure the solaris/ Makefile.
* Makefile.am: solaris is a subdir - unconditional or else it wont
be included in non-solaris made dists.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 4a1a4bfd4..9765d7966 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,10 +1,12 @@ ## Process this file with automake to produce Makefile.in. SUBDIRS = lib @ZEBRA@ @BGPD@ @RIPD@ @RIPNGD@ @OSPFD@ @OSPF6D@ \ - @ISISD@ @WATCHQUAGGA@ @VTYSH@ @OSPFCLIENT@ doc m4 @pkgsrcdir@ redhat + @ISISD@ @WATCHQUAGGA@ @VTYSH@ @OSPFCLIENT@ doc m4 @pkgsrcdir@ \ + redhat solaris DIST_SUBDIRS = lib zebra bgpd ripd ripngd ospfd ospf6d \ - isisd watchquagga vtysh ospfclient doc m4 pkgsrc redhat tests + isisd watchquagga vtysh ospfclient doc m4 pkgsrc redhat tests \ + solaris EXTRA_DIST = aclocal.m4 SERVICES TODO REPORTING-BUGS vtysh/Makefile.in \ vtysh/Makefile.am update-autotools \ |