tapioca: stage more headers
authorKoen Kooi <koen@openembedded.org>
Wed, 22 Mar 2006 19:39:31 +0000 (19:39 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Wed, 22 Mar 2006 19:39:31 +0000 (19:39 +0000)
packages/tapioca/tapioca_0.3.0.bb

index e1b1ce1..05ff71b 100644 (file)
@@ -1,4 +1,4 @@
-PR = "r0"
+PR = "r1"
 MAINTAINER = "Florian Boor <florian.boor@kernelconcepts.de>
 HOMEPAGE = "http://tapioca-voip.sourceforge.net/wiki/index.php/Tapioca"
 LICENSE = "LGPL"
@@ -11,4 +11,9 @@ FILES_${PN} += "${datadir}/dbus*"
 
 do_stage () {
        autotools_stage_all
+       install -d ${STAGING_INCDIR}/tapioca/core/
+       install -d ${STAGING_INCDIR}/tapioca/client/
+
+       install -m 644 tapioca/core/*.h ${STAGING_INCDIR}/tapioca/core/
+       install -m 644 tapioca/client/*.h ${STAGING_INCDIR}/tapioca/client/
 }