summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorMichael Steinert <mike.steinert@gmail.com>2012-06-27 12:39:21 -0600
committerAlan Antonuk <alan.antonuk@gmail.com>2013-04-09 15:49:19 -0700
commita75d5273bc143f62f4806537ccaa26078cefec36 (patch)
treed5426a23699e76a8c663458f7101d43ecb225882 /Makefile.am
parent42a448739d5787cde02574632cd4d58c6242c279 (diff)
downloadrabbitmq-c-github-ask-a75d5273bc143f62f4806537ccaa26078cefec36.tar.gz
Update to 0.2.1 for release
- Fixed a couple small MIPS-related alignment warnings - Updated version & created a dist tarball - Added a configure option to disable examples Signed-off-by: Michael Steinert <mike.steinert@gmail.com>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am6
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 012d199..92c35b9 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -137,7 +137,10 @@ tests_test_tables_LDADD = librabbitmq/librabbitmq.la
tests_test_parse_url_SOURCES = tests/test_parse_url.c
tests_test_parse_url_LDADD = librabbitmq/librabbitmq.la
-noinst_LTLIBRARIES = examples/libutils.la
+noinst_LTLIBRARIES =
+
+if EXAMPLES
+noinst_LTLIBRARIES += examples/libutils.la
examples_libutils_la_SOURCES = \
examples/utils.c \
@@ -261,6 +264,7 @@ examples_amqps_unbind_LDADD = \
examples/libutils.la \
librabbitmq/librabbitmq.la
endif
+endif
if TOOLS
noinst_LTLIBRARIES += tools/libcommon.la