diff options
author | paul <paul> | 2005-04-26 02:35:03 +0000 |
---|---|---|
committer | paul <paul> | 2005-04-26 02:35:03 +0000 |
commit | 2e7d9ebac1a2698d548fab85bf717b427378c3c1 (patch) | |
tree | 578a812620b52e5079088edfcb26500d1bd51f8f /solaris/Makefile.am | |
parent | 9edbc8fb8160c7e71c18ea517837decbd0f6bf9d (diff) |
2005-04-26 Paul Jakma <paul.jakma@sun.com>
* quagga.xml.in: New, better, single integrated manifest for all
the services, courtesy of alan.maguire@sun.com.
* {{ospf,ospf6,rip,ripng,bgp}d,zebra}.xml.in: removed due to
previous
* quagga.init.in: Use the package tarname for properties, use
the correct daemon name variable.
* Makefile.am: Updated to match single manifest
* prototype.daemons.in: ditto
Diffstat (limited to 'solaris/Makefile.am')
-rw-r--r-- | solaris/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/solaris/Makefile.am b/solaris/Makefile.am index e7fdf6ba..9fc63111 100644 --- a/solaris/Makefile.am +++ b/solaris/Makefile.am @@ -1,5 +1,5 @@ # Solaris packages automake file -# $Id: Makefile.am,v 1.4 2005/04/21 10:24:43 paul Exp $ +# $Id: Makefile.am,v 1.5 2005/04/26 02:35:03 paul Exp $ .PHONY: packages @@ -12,7 +12,7 @@ pkg_depends := $(pkg_names:%=depend.%) pkg_packages := $(pkg_names:%=@PACKAGE_TARNAME@-%-$(pkg_name_rev).pkg) pkg_pkginfos := $(pkg_names:%=pkginfo.%.full) pkg_prototypes := $(pkg_names:%=prototype.%) -pkg_manifests := $(pkg_quagga_daemons:%=%.xml) +pkg_manifests := quagga.xml # pkgmk variable substitutions wont grok ${variable} in prototype # file, so we cant let autoconf generate the file sadly |