summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
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