diff options
author | Phil Blundell <philb@gnu.org> | 2004-05-16 17:12:27 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2004-05-16 17:12:27 +0000 |
commit | 02b2556ca0eb2358ef1e591b9a91c8378cdcda20 (patch) | |
tree | 917a25e96fe543d568e164b4a138d6a54405c610 | |
parent | 877ff5e0d68470fad38378e48632280e561d340d (diff) |
more gnome-vfs headers
BKrev: 40a7a0fbTMFereEFTa56vS_bjDwJxQ
-rw-r--r-- | gnome/gnome-vfs_2.6.0.oe | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/gnome/gnome-vfs_2.6.0.oe b/gnome/gnome-vfs_2.6.0.oe index ffba5935a6..5b86a9e5a5 100644 --- a/gnome/gnome-vfs_2.6.0.oe +++ b/gnome/gnome-vfs_2.6.0.oe @@ -30,8 +30,25 @@ gnome-vfs-xfer.h \ gnome-vfs-monitor.h \ gnome-vfs-types.h" +GNOME_VFS_MODULE_HEADERS = " \ +gnome-vfs-mime-info.h \ +gnome-vfs-transform.h \ +gnome-vfs-ssl.h \ +gnome-vfs-inet-connection.h \ +gnome-vfs-socket.h \ +gnome-vfs-parse-ls.h \ +gnome-vfs-method.h \ +gnome-vfs-cancellable-ops.h \ +gnome-vfs-module.h \ +gnome-vfs-module-shared.h \ +gnome-vfs-module-callback-module-api.h \ +gnome-vfs-mime.h \ +gnome-vfs-socket-buffer.h" + do_stage() { oe_libinstall -so -C libgnomevfs libgnomevfs-2 ${STAGING_LIBDIR} install -d ${STAGING_INCDIR}/gnome-vfs-2.0/libgnomevfs for i in ${GNOME_VFS_HEADERS}; do install -m 0644 libgnomevfs/$i ${STAGING_INCDIR}/gnome-vfs-2.0/libgnomevfs/; done + install -d ${STAGING_INCDIR}/gnome-vfs-module-2.0/libgnomevfs + for i in ${GNOME_VFS_MODULE_HEADERS}; do install -m 0644 libgnomevfs/$i ${STAGING_INCDIR}/gnome-vfs-module-2.0/libgnomevfs/; done } |