diff options
author | Phil Blundell <philb@gnu.org> | 2004-05-16 08:35:24 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2004-05-16 08:35:24 +0000 |
commit | 1c5542ec54218e42a56f4502ebd71eceabc14bce (patch) | |
tree | e7598929dc5266d49fad44439d14ce76c83e4c82 | |
parent | 5ea2263baf0e775c14e19f14789fd20b9cf4286c (diff) |
more staging
BKrev: 40a727ccHndFtOgdhfZUgQv9o60Gww
-rw-r--r-- | gnome/libbonobo_2.6.0.oe | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/gnome/libbonobo_2.6.0.oe b/gnome/libbonobo_2.6.0.oe index bf9a21fd3d..409340060d 100644 --- a/gnome/libbonobo_2.6.0.oe +++ b/gnome/libbonobo_2.6.0.oe @@ -24,7 +24,8 @@ BONOBO_HEADERS = "Bonobo.h bonobo-arg.h bonobo-context.h bonobo-event-source.h b bonobo-persist.h bonobo-persist-client.h bonobo-property-bag.h \ bonobo-property-bag-client.h bonobo-shlib-factory.h bonobo-storage.h \ bonobo-stream.h bonobo-stream-client.h bonobo-stream-memory.h \ - bonobo-storage-memory.h bonobo-xobject.h bonobo-i18n.h bonobo-types.h" + bonobo-storage-memory.h bonobo-xobject.h bonobo-i18n.h bonobo-types.h \ + bonobo-app-client.h bonobo-application.h" do_stage() { install -d ${STAGING_INCDIR}/bonobo-activation-2.0/bonobo-activation @@ -32,4 +33,6 @@ do_stage() { install -d ${STAGING_INCDIR}/libbonobo-2.0/bonobo for i in ${BONOBO_HEADERS}; do install -m 0644 bonobo/$i ${STAGING_INCDIR}/libbonobo-2.0/bonobo/; done install -m 0644 libbonobo.h ${STAGING_INCDIR}/libbonobo-2.0/ + oe_libinstall -so -C bonobo libbonobo-2 ${STAGING_LIBDIR} + oe_libinstall -so -C bonobo-activation libbonobo-activation ${STAGING_LIBDIR} } |