diff options
author | paul <paul> | 2005-04-26 02:35:03 +0000 |
---|---|---|
committer | paul <paul> | 2005-04-26 02:35:03 +0000 |
commit | 83ec1b296f314ea46ad7027921dd1b95ee5b4713 (patch) | |
tree | 2ff06862424eb1f1a3d50c962c7657ef39b1745e /solaris/Makefile.am | |
parent | 7a007ea227bd99e106316766f9f0b7b928fb4b96 (diff) | |
download | quagga-83ec1b296f314ea46ad7027921dd1b95ee5b4713.tar.bz2 quagga-83ec1b296f314ea46ad7027921dd1b95ee5b4713.tar.xz |
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 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/solaris/Makefile.am b/solaris/Makefile.am index 8083bd5a..0f27b5eb 100644 --- a/solaris/Makefile.am +++ b/solaris/Makefile.am @@ -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 |