From 02960d805a4fd4a359bd0c7e4d33b9ce32d68c82 Mon Sep 17 00:00:00 2001 From: Hans Ulrich Niedermann Date: Mon, 14 May 2007 12:17:52 +0000 Subject: * Introduce FOO-uninstalled.pc files for both libgphoto2 and libgphoto2_port. * Move FOO.pc to the top source directory. * Get rid of obsolete GP_AUTOGEN_SUBDIR macro. git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@10199 67ed7778-7388-44ab-90cf-0a291f65f57c --- Makefile.am | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index be4c159d4..b8c57a461 100644 --- a/Makefile.am +++ b/Makefile.am @@ -10,6 +10,12 @@ EXTRA_DIST = HACKING MAINTAINERS TESTERS installcheck.mk # Note: @subdirs@ lists all the directories from AC_CONFIG_SUBDIRS() SUBDIRS = @subdirs@ libgphoto2 camlibs tests po packaging doc +EXTRA_DIST += libgphoto2.pc.in +pkgconfig_DATA = libgphoto2.pc + +EXTRA_DIST += libgphoto2-uninstalled.pc.in +noinst_DATA = libgphoto2-uninstalled.pc + doc_DATA = AUTHORS COPYING README NEWS nobase_include_HEADERS = \ -- cgit v1.2.1