diff options
author | David Zeuthen <davidz@redhat.com> | 2007-12-17 09:52:31 +0000 |
---|---|---|
committer | Alexander Larsson <alexl@src.gnome.org> | 2007-12-17 09:52:31 +0000 |
commit | 1134236df803d6cf9f7c0d547a3ccb7a4b8a10d2 (patch) | |
tree | a05491e7de0a115c0b1bd74262f1718a98583348 /Makefile.am | |
parent | 1786f200ae623a2eba332b3fda7a40dad167b669 (diff) | |
download | gvfs-1134236df803d6cf9f7c0d547a3ccb7a4b8a10d2.tar.gz |
new files
2007-12-14 David Zeuthen <davidz@redhat.com>
* Makefile.am:
* client/gdaemonmount.c: (g_daemon_mount_get_uuid),
(g_daemon_mount_can_eject), (g_daemon_mount_eject),
(g_daemon_mount_eject_finish), (g_daemon_mount_mount_iface_init):
* client/gdaemonvolumemonitor.c: (get_volume_for_uuid),
(get_mount_for_uuid), (g_daemon_volume_monitor_class_init):
* configure.ac:
* hal/*: new files
Update to latest gio API changes and add the HAL backend for
volume monitoring.
svn path=/trunk/; revision=1042
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index e0147f15..ee17b4be 100644 --- a/Makefile.am +++ b/Makefile.am @@ -7,6 +7,7 @@ SUBDIRS = \ po \ programs \ test \ + hal \ $(NULL) DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc |