From 41197333c6779832bd718fa55ed1b17d97e02304 Mon Sep 17 00:00:00 2001 From: Henrik Rydberg Date: Thu, 30 Dec 2010 20:51:35 +0100 Subject: Switch to autotools To simplify the creation of packages for mtview, swtich to using the autoconf make tools. Signed-off-by: Henrik Rydberg --- mtview.pc.in | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 mtview.pc.in (limited to 'mtview.pc.in') diff --git a/mtview.pc.in b/mtview.pc.in new file mode 100644 index 0000000..23930f2 --- /dev/null +++ b/mtview.pc.in @@ -0,0 +1,9 @@ +prefix=@prefix@ +exec_prefix=@exec_prefix@ +libdir=@libdir@ +includedir=@includedir@ + +Name: mtview +Description: Multitouch Viewer +Version: @PACKAGE_VERSION@ +Libs: -L${libdir} -lmtview -- cgit v1.2.3