blob: 1d8d87e307cb506df30a4f5b757f7bec565e7b7e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
--- gnome-vfs-module-2.0.pc.in.orig Sun May 22 23:06:38 2005
+++ gnome-vfs-module-2.0.pc.in Sun May 22 23:06:45 2005
@@ -8,5 +8,5 @@ Name: gnome-vfs-module
Description: The GNOME virtual file-system module include info
Version: @VERSION@
Requires: bonobo-activation-2.0,gthread-2.0,gmodule-no-export-2.0
-Libs: -L${libdir} -lgnomevfs-2
+Libs: -L${libdir} -lgnomevfs-2 @PTHREAD_LIB@
Cflags: -I${includedir}/gnome-vfs-2.0 -I${includedir}/gnome-vfs-module-2.0 -I${libdir}/gnome-vfs-2.0/include
|