blob: 9362cac1715f7bae34f8ced9bf76292a483d3428 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- modules/Makefile.in.orig Tue May 6 15:39:48 2003
+++ modules/Makefile.in Tue May 6 15:41:28 2003
@@ -210,7 +210,7 @@
@BUILD_CDEMENU_MODULE_TRUE@CDEMENU_LTLIBS = @BUILD_CDEMENU_MODULE_TRUE@libcdemenu-desktop.la
@BUILD_CDEMENU_MODULE_FALSE@CDEMENU_LTLIBS =
-module_flags = -export_dynamic -avoid-version -module -no-undefined
+module_flags = -export_dynamic -avoid-version -module -no-undefined $(PTHREAD_LIB)
modulesdir = $(libdir)/gnome-vfs-2.0/modules
modules_LTLIBRARIES = \
|