From b499d7e7b3953292cbe1119adfc9c832c55cc49f Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Fri, 10 Jan 2014 15:47:23 +0100 Subject: build: ship a pkgconfig file for libattr --- Makefile.am | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index f6fc484..ec56888 100644 --- a/Makefile.am +++ b/Makefile.am @@ -11,6 +11,9 @@ AM_CPPFLAGS = \ -DLOCALEDIR=\"$(localedir)\" \ -DSYSCONFDIR=\"$(sysconfdir)\" +pkgconfdir = $(libdir)/pkgconfig + +pkgconf_DATA = libattr.pc pkginclude_HEADERS = bin_PROGRAMS = lib_LTLIBRARIES = -- cgit v1.2.1