blob: e980e52e0fe22486a83f7b08e66e4d02d12f20b1 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
--- avahi-client.pc.in.orig Mon May 15 02:28:25 2006
+++ avahi-client.pc.in Mon May 15 02:30:08 2006
@@ -6,5 +6,5 @@
Name: avahi-client
Description: Avahi Multicast DNS Responder (Client Support)
Version: @PACKAGE_VERSION@
-Libs: -L${libdir} -lavahi-common -lavahi-client
-Cflags: -D_REENTRANT -I${includedir}
+Libs: -L${libdir} -lavahi-common -lavahi-client @PTHREAD_LIBS@
+Cflags: -D_REENTRANT @PTHREAD_CFLAGS@ -I${includedir}
|