From 20c6b00f9bda89b2cf7f8025db96f74f69948bf2 Mon Sep 17 00:00:00 2001 From: Henrik Rydberg Date: Fri, 4 Mar 2011 09:50:21 +0100 Subject: Remove .pc file and references to it Remove unneeded remnants from copy and paste. Signed-off-by: Henrik Rydberg --- Makefile.am | 3 --- configure.ac | 3 +-- mtview.pc.in | 9 --------- 3 files changed, 1 insertion(+), 14 deletions(-) delete mode 100644 mtview.pc.in diff --git a/Makefile.am b/Makefile.am index 815fce2..a1be9cc 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,8 +1,5 @@ SUBDIRS = tools -pkgconfigdir = $(libdir)/pkgconfig -pkgconfig_DATA = mtview.pc - INCLUDES = $(top_srcdir)/include/ .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"], [ ]) AC_CONFIG_FILES([Makefile - tools/Makefile - mtview.pc]) + tools/Makefile]) AC_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 @@ -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