diff options
author | Chris Larson <clarson@kergoth.com> | 2004-08-06 04:29:27 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-08-06 04:29:27 +0000 |
commit | f2cc0ed01ee908cd1dca461fd76d3f90871567d3 (patch) | |
tree | 20e4567022b1c42bcadd59b16498be86206f5e61 /libao | |
parent | a83a770f7d8f4212408ab6c6eff84388de4567be (diff) |
Add mpd (music player daemon), and fix its build by installing some .m4 files that werent being installed previously.
BKrev: 41130927vjQ5SCGDNkOhxBGqcJhxUQ
Diffstat (limited to 'libao')
-rw-r--r-- | libao/libao_0.8.4.oe | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libao/libao_0.8.4.oe b/libao/libao_0.8.4.oe index b1c017b648..3f0af8ff64 100644 --- a/libao/libao_0.8.4.oe +++ b/libao/libao_0.8.4.oe @@ -18,4 +18,6 @@ do_stage() { ${S}/include/ao/plugin.h ${STAGING_INCDIR}/ao/ oe_libinstall -so -C src libao ${STAGING_LIBDIR} + install -d ${STAGING_DATADIR}/aclocal + install -m 0644 ao.m4 ${STAGING_DATADIR}/aclocal/ } |