summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorMichael Steinert <mike.steinert@gmail.com>2012-05-15 17:55:35 -0600
committerMichael Steinert <mike.steinert@gmail.com>2012-05-17 11:44:45 -0600
commit02dce3750d29c5a7e682c6412e118dddc70c16f7 (patch)
treea6429d6befd95da925edfe89f04b89cfb4d1ddb4 /Makefile.am
parentea8656460d3ec9a287eed2928204a33d84f13c90 (diff)
downloadrabbitmq-c-github-ask-02dce3750d29c5a7e682c6412e118dddc70c16f7.tar.gz
Add a pkg-config file
Signed-off-by: Michael Steinert <mike.steinert@gmail.com>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 344fdc4..c44bfc2 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -258,6 +258,9 @@ MOSTLYCLEANFILES = \
$(man_MANS) \
tools/doc/man-date.ent
+pkgconfigdir = $(libdir)/pkgconfig
+pkgconfig_DATA = librabbitmq.pc
+
clean-local:
-$(MAKE) -C codegen clean