diff options
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/ } |