diff options
| -rw-r--r-- | Makefile.am | 3 | ||||
| -rw-r--r-- | configure.ac | 3 | ||||
| -rw-r--r-- | mtview.pc.in | 9 |
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 @@ | |||
| 1 | SUBDIRS = tools | 1 | SUBDIRS = tools |
| 2 | 2 | ||
| 3 | pkgconfigdir = $(libdir)/pkgconfig | ||
| 4 | pkgconfig_DATA = mtview.pc | ||
| 5 | |||
| 6 | INCLUDES = $(top_srcdir)/include/ | 3 | INCLUDES = $(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 | ||
| 38 | AC_CONFIG_FILES([Makefile | 38 | AC_CONFIG_FILES([Makefile |
| 39 | tools/Makefile | 39 | tools/Makefile]) |
| 40 | mtview.pc]) | ||
| 41 | AC_OUTPUT | 40 | 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 @@ | |||
| 1 | prefix=@prefix@ | ||
| 2 | exec_prefix=@exec_prefix@ | ||
| 3 | libdir=@libdir@ | ||
| 4 | includedir=@includedir@ | ||
| 5 | |||
| 6 | Name: mtview | ||
| 7 | Description: Multitouch Viewer | ||
| 8 | Version: @PACKAGE_VERSION@ | ||
| 9 | Libs: -L${libdir} -lmtview | ||
