summaryrefslogtreecommitdiff
path: root/tools/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'tools/Makefile.am')
-rw-r--r--tools/Makefile.am12
1 files changed, 12 insertions, 0 deletions
diff --git a/tools/Makefile.am b/tools/Makefile.am
new file mode 100644
index 0000000..f67d46b
--- /dev/null
+++ b/tools/Makefile.am
@@ -0,0 +1,12 @@
+bin_PROGRAMS = amqp-publish amqp-get amqp-consume
+
+AM_CFLAGS = -I$(top_srcdir)/librabbitmq
+AM_LDFLAGS = $(top_builddir)/librabbitmq/librabbitmq.la
+
+LDADD=$(LIBPOPT)
+
+noinst_HEADERS = common.h
+
+amqp_publish_SOURCES = publish.c common.c
+amqp_get_SOURCES = get.c common.c common_consume.c
+amqp_consume_SOURCES = consume.c common.c common_consume.c