From f4ab86974ecafc3e8637710d9fb4922fcb05d76d Mon Sep 17 00:00:00 2001 From: Martin Szulecki Date: Sun, 10 Feb 2013 21:05:54 +0100 Subject: Add pkg-config support --- Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 21ad378..e5a2721 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,3 +1,4 @@ SUBDIRS = src vformat test $(DOC_SUB) - +pkgconfigdir = $(libdir)/pkgconfig +pkgconfig_DATA = libvformat-1.0.pc \ No newline at end of file -- cgit v1.1-32-gdbae