summaryrefslogtreecommitdiffstats
path: root/avahi-tqt.pc.in
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-10-09 06:24:14 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-10-09 06:24:14 +0000
commit1e8b0cadbd7db83f068ea3f95d213bfab1c92da5 (patch)
tree40e552b04faecaa7a50328b157348df13fc64100 /avahi-tqt.pc.in
downloadavahi-tqt-1e8b0cadbd7db83f068ea3f95d213bfab1c92da5.tar.gz
avahi-tqt-1e8b0cadbd7db83f068ea3f95d213bfab1c92da5.zip
Initial import of TQt interface to Avahi
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/dependencies/avahi-tqt@1258012 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'avahi-tqt.pc.in')
-rw-r--r--avahi-tqt.pc.in10
1 files changed, 10 insertions, 0 deletions
diff --git a/avahi-tqt.pc.in b/avahi-tqt.pc.in
new file mode 100644
index 0000000..e47d7fe
--- /dev/null
+++ b/avahi-tqt.pc.in
@@ -0,0 +1,10 @@
+prefix=@prefix@
+exec_prefix=${prefix}
+libdir=@libdir@
+includedir=${prefix}/include
+
+Name: avahi-tqt
+Description: Avahi Multicast DNS Responder (TQT Support)
+Version: @PACKAGE_VERSION@
+Libs: -L${libdir} -lavahi-tqt
+Cflags: -D_REENTRANT -I${includedir}