diff options
author | Chris Larson <clarson@kergoth.com> | 2004-01-23 17:54:49 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-01-23 17:54:49 +0000 |
commit | b2c59922b002eb88ceb2bdf2b02505a73603b564 (patch) | |
tree | 6046bd08b1e8349b215912f17e62bd15744510dc /openobex | |
parent | 96f7a2293a8fbc852fcb68fefce2a2ff65184460 (diff) |
Dont install some m4s..
BKrev: 40115fe9Sqmws9-T5ZIHTb2fPc32ng
Diffstat (limited to 'openobex')
-rw-r--r-- | openobex/openobex_1.0.0.oe | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/openobex/openobex_1.0.0.oe b/openobex/openobex_1.0.0.oe index 83ca382bd4..d2b94bfee4 100644 --- a/openobex/openobex_1.0.0.oe +++ b/openobex/openobex_1.0.0.oe @@ -10,5 +10,4 @@ do_stage () { install -d ${STAGING_DIR}/target/include/openobex install -m 0644 src/obex_const.h src/obex.h ${STAGING_DIR}/target/include/openobex/ install -m 0755 openobex-config ${STAGING_BINDIR}/ - install -m 0644 m4macros/openobex.m4 ${STAGING_DIR}/share/aclocal/ } |