From 16be030daad867166fdacf1445545ad9054b22f2 Mon Sep 17 00:00:00 2001 From: Nikias Bassen Date: Fri, 13 Dec 2013 04:12:36 +0100 Subject: fix installation of pkgconfig files --- Makefile.am | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index e80743a..2ae4e76 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,3 +1,6 @@ AUTOMAKE_OPTIONS = foreign ACLOCAL_AMFLAGS = -I m4 SUBDIRS = libcnary src include tools $(CYTHON_SUB) test + +pkgconfigdir = $(libdir)/pkgconfig +pkgconfig_DATA = libplist.pc libplist++.pc -- cgit v1.1-32-gdbae