diff options
| author | Tony Garnock-Jones <tonygarnockjones@gmail.com> | 2010-03-07 23:21:02 +1300 |
|---|---|---|
| committer | Tony Garnock-Jones <tonygarnockjones@gmail.com> | 2010-03-07 23:21:02 +1300 |
| commit | d28401b455eb00f822ea0b8ac472c82ed8516615 (patch) | |
| tree | bc2026c5823d033e6a87b3c15717fff57cfaaf74 /tools | |
| parent | 50d8e8a20fcaf010af5f24de72cad8b48e616d1b (diff) | |
| download | rabbitmq-c-github-ask-d28401b455eb00f822ea0b8ac472c82ed8516615.tar.gz | |
Fix make distcheck
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/Makefile.am b/tools/Makefile.am index f67d46b..cf14ba1 100644 --- a/tools/Makefile.am +++ b/tools/Makefile.am @@ -5,7 +5,7 @@ AM_LDFLAGS = $(top_builddir)/librabbitmq/librabbitmq.la LDADD=$(LIBPOPT) -noinst_HEADERS = common.h +noinst_HEADERS = common.h common_consume.h amqp_publish_SOURCES = publish.c common.c amqp_get_SOURCES = get.c common.c common_consume.c |
