summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorDavid Wragg <dpw@lshift.net>2010-02-20 22:58:40 +0000
committerDavid Wragg <dpw@lshift.net>2010-02-20 22:58:40 +0000
commitc90336ef0b6c8507a2f409db7e33dd1844b25517 (patch)
treefe58dc22a21ac75341dd1064fb48ba60a5c2e70c /Makefile.am
parent55ac202750859482c4319addb8c54368b2369455 (diff)
downloadrabbitmq-c-github-ask-c90336ef0b6c8507a2f409db7e33dd1844b25517.tar.gz
Command line AMQP tools based on rabbitmq-c
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am10
1 files changed, 8 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 3153ad9..c5ff6e7 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,7 +1,13 @@
-SUBDIRS=librabbitmq tests examples
+if TOOLS
+TOOLS_SUBDIR=tools
+else
+TOOLS_SUBDIR=
+endif
+
+SUBDIRS=librabbitmq tests examples $(TOOLS_SUBDIR)
squeakyclean: maintainer-clean
- rm -f Makefile.in librabbitmq/Makefile.in tests/Makefile.in examples/Makefile.in
+ rm -f Makefile.in librabbitmq/Makefile.in tests/Makefile.in examples/Makefile.in tools/Makefile.in
rm -f aclocal.m4
rm -f config.guess config.h.in* config.sub configure
rm -f depcomp install-sh ltmain.sh missing