From 4888d916d037e371c88d39951f24f6ef4219c7cc Mon Sep 17 00:00:00 2001 From: mannol Date: Sun, 23 Feb 2014 23:13:38 +0100 Subject: pkg-config and av --- libtoxav.pc.in | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 libtoxav.pc.in (limited to 'libtoxav.pc.in') diff --git a/libtoxav.pc.in b/libtoxav.pc.in new file mode 100644 index 00000000..05493231 --- /dev/null +++ b/libtoxav.pc.in @@ -0,0 +1,11 @@ +prefix=@prefix@ +exec_prefix=@exec_prefix@ +libdir=@libdir@ +includedir=@includedir@ + +Name: libtoxav +Description: Tox A/V library +Requires: +Version: @PACKAGE_VERSION@ +Libs: -L${libdir} -ltoxav @AV_LIBS@ +Cflags: -I${includedir} \ No newline at end of file -- cgit v1.2.3