summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.am3
-rw-r--r--configure.ac3
-rw-r--r--mtview.pc.in9
3 files changed, 1 insertions, 14 deletions
diff --git a/Makefile.am b/Makefile.am
index 815fce2..a1be9cc 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,8 +1,5 @@
1SUBDIRS = tools 1SUBDIRS = tools
2 2
3pkgconfigdir = $(libdir)/pkgconfig
4pkgconfig_DATA = mtview.pc
5
6INCLUDES = $(top_srcdir)/include/ 3INCLUDES = $(top_srcdir)/include/
7 4
8.PHONY: ChangeLog INSTALL 5.PHONY: ChangeLog INSTALL
diff --git a/configure.ac b/configure.ac
index b406388..3cf8776 100644
--- a/configure.ac
+++ b/configure.ac
@@ -36,6 +36,5 @@ AS_IF([test "x$with_xi" = "xyes"], [
36]) 36])
37 37
38AC_CONFIG_FILES([Makefile 38AC_CONFIG_FILES([Makefile
39 tools/Makefile 39 tools/Makefile])
40 mtview.pc])
41AC_OUTPUT 40AC_OUTPUT
diff --git a/mtview.pc.in b/mtview.pc.in
deleted file mode 100644
index 23930f2..0000000
--- a/mtview.pc.in
+++ /dev/null
@@ -1,9 +0,0 @@
1prefix=@prefix@
2exec_prefix=@exec_prefix@
3libdir=@libdir@
4includedir=@includedir@
5
6Name: mtview
7Description: Multitouch Viewer
8Version: @PACKAGE_VERSION@
9Libs: -L${libdir} -lmtview