From 91dd7be01d4f3571da4471186700d4a7d27c1ca8 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Sat, 15 Oct 2005 15:55:57 +0000 Subject: * 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 --- avahi-compat-howl.pc.in | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 avahi-compat-howl.pc.in (limited to 'avahi-compat-howl.pc.in') 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} -- cgit