From dbd7aa2d6b4128faa771d616c429b3a315740cec Mon Sep 17 00:00:00 2001 From: Anand Avati Date: Thu, 12 Jul 2012 15:51:41 -0700 Subject: glusterfs-api.pc: pkgconfig for API consumers Change-Id: I08c60ff9ec5d336077c39f903720f8850d4ddc72 BUG: 839950 Signed-off-by: Anand Avati Reviewed-on: http://review.gluster.com/3665 Tested-by: Gluster Build System Reviewed-by: Amar Tumballi Reviewed-by: Kaleb KEITHLEY --- Makefile.am | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 3cdd4dfb3..836f17efc 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,9 +1,15 @@ -EXTRA_DIST = autogen.sh COPYING-GPLV2 COPYING-LGPLV3 INSTALL README AUTHORS THANKS NEWS glusterfs.spec +EXTRA_DIST = autogen.sh \ + COPYING-GPLV2 COPYING-LGPLV3 \ + INSTALL README AUTHORS THANKS NEWS \ + glusterfs.spec glusterfs-api.pc.in SUBDIRS = argp-standalone libglusterfs rpc api xlators glusterfsd \ $(FUSERMOUNT_SUBDIR) doc extras cli -CLEANFILES = +pkgconfigdir = @pkgconfigdir@ +pkgconfig_DATA = glusterfs-api.pc + +CLEANFILES = gitclean: distclean find . -name Makefile.in -exec rm -f {} \; -- cgit