diff -durN gnome-vfs-2.24.4.orig/programs/Makefile.am gnome-vfs-2.24.4/programs/Makefile.am --- gnome-vfs-2.24.4.orig/programs/Makefile.am 2010-02-09 15:16:14.000000000 +0300 +++ gnome-vfs-2.24.4/programs/Makefile.am 2012-05-21 01:18:14.158371599 +0400 @@ -31,7 +31,7 @@ gnomevfs_copy_LDADD = $(libraries) gnomevfs_info_SOURCES = gnomevfs-info.c -gnomevfs_info_LDADD = $(libraries) +gnomevfs_info_LDADD = $(libraries) $(MODULES_LIBS) gnomevfs_ls_SOURCES = gnomevfs-ls.c gnomevfs_ls_LDADD = $(libraries) diff -durN gnome-vfs-2.24.4.orig/test/Makefile.am gnome-vfs-2.24.4/test/Makefile.am --- gnome-vfs-2.24.4.orig/test/Makefile.am 2010-02-09 15:16:14.000000000 +0300 +++ gnome-vfs-2.24.4/test/Makefile.am 2012-05-21 01:21:33.877390832 +0400 @@ -73,7 +73,7 @@ $(LIBEFS_LIBS) test_acl_SOURCES = test-acl.c -test_acl_LDADD = $(libraries) +test_acl_LDADD = $(libraries) $(MODULES_LIBS) test_address_SOURCES = test-address.c test_address_LDADD = $(libraries) @@ -82,7 +82,7 @@ test_async_LDADD = $(libraries) test_performance_SOURCES = test-performance.c -test_performance_LDADD = $(libraries) +test_performance_LDADD = $(libraries) $(MODULES_LIBS) test_parse_ls_lga_SOURCES = test-parse-ls-lga.c test_parse_ls_lga_LDADD = $(libraries) @@ -121,7 +121,7 @@ test_mime_handlers_set_LDADD = $(libraries) test_mime_info_cache_SOURCES = test-mime-info-cache.c -test_mime_info_cache_LDADD = $(libraries) +test_mime_info_cache_LDADD = $(libraries) $(MODULES_LIBS) test_xfer_SOURCES = test-xfer.c test_xfer_LDADD = $(libraries) @@ -157,7 +157,7 @@ test_uri_LDADD = $(libraries) test_volumes_SOURCES = test-volumes.c -test_volumes_LDADD = $(libraries) +test_volumes_LDADD = $(libraries) $(MODULES_LIBS) test_unlink_SOURCES = test-unlink.c test_unlink_LDADD = $(libraries) @@ -178,10 +178,10 @@ # test_metadata_LDADD = $(libraries) test_callback_SOURCES = test-callback.c -test_callback_LDADD = $(libraries) +test_callback_LDADD = $(libraries) $(MODULES_LIBS) test_module_selftest_SOURCES = test-module-selftest.c -test_module_selftest_LDADD = $(libraries) +test_module_selftest_LDADD = $(libraries) $(MODULES_LIBS) test_queue_SOURCES = test-queue.c test_queue_LDADD = $(libraries)