more gnome-vfs headers
authorPhil Blundell <philb@gnu.org>
Sun, 16 May 2004 17:12:27 +0000 (17:12 +0000)
committerPhil Blundell <philb@gnu.org>
Sun, 16 May 2004 17:12:27 +0000 (17:12 +0000)
BKrev: 40a7a0fbTMFereEFTa56vS_bjDwJxQ

gnome/gnome-vfs_2.6.0.oe

index ffba593..5b86a9e 100644 (file)
@@ -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
 }