summaryrefslogtreecommitdiffstats
path: root/avahi-compat-howl.pc.in
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2005-10-15 15:55:57 +0000
committerLennart Poettering <lennart@poettering.net>2005-10-15 15:55:57 +0000
commit91dd7be01d4f3571da4471186700d4a7d27c1ca8 (patch)
treef0868461d98451534876bf8002d168a42c7be274 /avahi-compat-howl.pc.in
parent76bbc91a5d2f151430bf7ecc3328e0147e60c346 (diff)
* add pkg-config file for compat-howl
* fix pkg-config file generation for compat-libdns_sd git-svn-id: file:///home/lennart/svn/public/avahi/trunk@773 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
Diffstat (limited to 'avahi-compat-howl.pc.in')
-rw-r--r--avahi-compat-howl.pc.in10
1 files changed, 10 insertions, 0 deletions
diff --git a/avahi-compat-howl.pc.in b/avahi-compat-howl.pc.in
new file mode 100644
index 0000000..1a636a1
--- /dev/null
+++ b/avahi-compat-howl.pc.in
@@ -0,0 +1,10 @@
+prefix=@prefix@
+exec_prefix=${prefix}
+libdir=${exec_prefix}/lib
+includedir=${prefix}/include/avahi-compat-howl/
+
+Name: avahi-compat-howl
+Description: Avahi Multicast DNS Responder (HOWL) Compatibility)
+Version: @PACKAGE_VERSION@
+Libs: -L${libdir} -lavahi-compat-howl
+Cflags: -D_REENTRANT -I${includedir}