diff options
| author | paul <paul> | 2005-04-11 07:10:47 +0000 | 
|---|---|---|
| committer | paul <paul> | 2005-04-11 07:10:47 +0000 | 
| commit | 26275b05d6da500176d433523f659e0f6425558b (patch) | |
| tree | ba86e8701da0cc11bfd99ea7715d02fa76402f07 /Makefile.am | |
| parent | 1b414a170015f47f1fd2f75be74b1444647ce25f (diff) | |
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 4a1a4bfd48..9765d79668 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 \  | 
