summaryrefslogtreecommitdiffstats
path: root/avahi-tqt.pc.cmake
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2019-06-08 23:59:02 +0900
committerMichele Calgaro <[email protected]>2019-06-09 00:02:36 +0900
commitba4d4f4109fa41bb2c4fd2f438af175e2d56e948 (patch)
tree9b15753f45de630789a286e08d3f7b0ad39c31c5 /avahi-tqt.pc.cmake
parenta8c5508c032465a35a773bc1aa2e248fc81ae41a (diff)
downloadavahi-tqt-ba4d4f4109fa41bb2c4fd2f438af175e2d56e948.tar.gz
avahi-tqt-ba4d4f4109fa41bb2c4fd2f438af175e2d56e948.zip
Removed unused autotools files and changed file names to conform to .cmake
convention for configuration files. Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 62ccf61078b9fd13e3b047922c7b71739e368b65)
Diffstat (limited to 'avahi-tqt.pc.cmake')
-rw-r--r--avahi-tqt.pc.cmake10
1 files changed, 10 insertions, 0 deletions
diff --git a/avahi-tqt.pc.cmake b/avahi-tqt.pc.cmake
new file mode 100644
index 0000000..167cd13
--- /dev/null
+++ b/avahi-tqt.pc.cmake
@@ -0,0 +1,10 @@
+prefix=@prefix@
+exec_prefix=${prefix}
+libdir=@libdir@
+includedir=@includedir@
+
+Name: avahi-tqt
+Description: Avahi Multicast DNS Responder (TQT Support)
+Version: @PACKAGE_VERSION@
+Libs: -L${libdir} -lavahi-tqt
+Cflags: -D_REENTRANT -I${includedir}