summaryrefslogtreecommitdiff
path: root/tools/Makefile.am
blob: cf14ba1a40aa4b2d8f5fdf6903a20e4b53b63936 (plain)
1
2
3
4
5
6
7
8
9
10
11
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 common_consume.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