From d66597a3ab57a0fcf0b7922c355e4896b7bc5c00 Mon Sep 17 00:00:00 2001
From: Phil Blundell <philb@gnu.org>
Date: Mon, 18 Oct 2004 23:14:29 +0000
Subject: install openobex.m4 into aclocal staging area

BKrev: 41744e55Oiwf-M4H4SZIhz3G_jASXw
---
 openobex/openobex_1.0.1.oe | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

(limited to 'openobex')

diff --git a/openobex/openobex_1.0.1.oe b/openobex/openobex_1.0.1.oe
index 713cc36d96..3f0e0e7d87 100644
--- a/openobex/openobex_1.0.1.oe
+++ b/openobex/openobex_1.0.1.oe
@@ -2,7 +2,7 @@ DESCRIPTION = "The Openobex project aims to make an \
 open source implementation of the Object Exchange \
 (OBEX) protocol."
 SECTION = "libs"
-PR = "r1"
+PR = "r2"
 
 # put openobex-config into -dev package
 FILES_${PN} = "${libdir}/lib*.so.*"
@@ -18,4 +18,6 @@ do_stage () {
 	ln -sf libopenobex.so ${STAGING_LIBDIR}/libopenobex-1.0.so
 	install -d ${STAGING_INCDIR}/openobex
 	install -m 0644 src/obex_const.h src/obex.h ${STAGING_INCDIR}/openobex/
+	install -d ${STAGING_DIR}/aclocal
+	install -m 0644 m4macros/openobex.m4 ${STAGING_DATADIR}/aclocal/
 }
-- 
cgit v1.2.3