From 242a44b6a64b9781b0288b0d9ce1e7b6b83c0907 Mon Sep 17 00:00:00 2001 From: Kirill Simonov Date: Sun, 29 May 2011 05:29:39 +0000 Subject: Added support for pkg-config. --- Makefile.am | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 7835b61..4111fdb 100644 --- a/Makefile.am +++ b/Makefile.am @@ -5,6 +5,9 @@ SUBDIRS = include src . tests win32 EXTRA_DIST = README LICENSE doc/doxygen.cfg +pkgconfigdir = $(libdir)/pkgconfig +pkgconfig_DATA = yaml-0.1.pc + maintainer-clean-local: -rm -f aclocal.m4 config.h.in configure config/* -find ${builddir} -name Makefile.in -exec rm -f '{}' ';' -- cgit v1.2.1