summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorMichael Steinert <mike.steinert@gmail.com>2012-05-15 17:10:48 -0600
committerMichael Steinert <mike.steinert@gmail.com>2012-05-17 11:44:44 -0600
commitc4af72b50368bfaa27b58bbe3f51f8b0aed37323 (patch)
treed2288d26a5a4f3f473224baa0a3e462abf5a55d9 /Makefile.am
parentfa9bf464a111549da2d6c7b51fc7eee321ebdc4c (diff)
downloadrabbitmq-c-github-ask-c4af72b50368bfaa27b58bbe3f51f8b0aed37323.tar.gz
Store macros in m4 sub-directory
This is a recommended practice for Automake. The correct macros will be distributed with the source tarball making it easier for users to regenerate configure/Makefile if they wish. Signed-off-by: Michael Steinert <mike.steinert@gmail.com>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 5a3d2dc..7377807 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,3 +1,5 @@
+ACLOCAL_AMFLAGS = -I m4
+
lib_LTLIBRARIES = librabbitmq/librabbitmq.la
librabbitmq_librabbitmq_la_SOURCES = \