summaryrefslogtreecommitdiff
path: root/client
diff options
context:
space:
mode:
authorChristian Kellner <gicmo@gnome.org>2008-03-22 14:19:21 +0000
committerChristian Kellner <gicmo@src.gnome.org>2008-03-22 14:19:21 +0000
commitbba15fe6576d5f9abd3e37501afe3453aa05d6fc (patch)
tree30237eeed5fc87825cbd352e948a501d81cda519 /client
parentf089a879f53750cdddf5c0c5248d34d80f6ac3a3 (diff)
downloadgvfs-bba15fe6576d5f9abd3e37501afe3453aa05d6fc.tar.gz
Respect the giomoduledir provided in gio's package config file. (#523852
2008-03-22 Christian Kellner <gicmo@gnome.org> * client/Makefile.am: * configure.ac: * gconf/Makefile.am: * hal/Makefile.am: Respect the giomoduledir provided in gio's package config file. (#523852 and maybe #523039) svn path=/trunk/; revision=1675
Diffstat (limited to 'client')
-rw-r--r--client/Makefile.am1
1 files changed, 0 insertions, 1 deletions
diff --git a/client/Makefile.am b/client/Makefile.am
index 32b0404c..9d61e204 100644
--- a/client/Makefile.am
+++ b/client/Makefile.am
@@ -10,7 +10,6 @@ INCLUDES = -I$(top_srcdir) \
-DDBUS_API_SUBJECT_TO_CHANGE
module_flags = -export_dynamic -avoid-version -module -no-undefined -export-symbols-regex '^g_vfs_.*|g_io_module_load|g_io_module_unload'
-giomodulesdir = $(libdir)/gio/modules
## Common to dynamic and static client libs