summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTony Garnock-Jones <tonygarnockjones@gmail.com>2010-03-07 23:21:02 +1300
committerTony Garnock-Jones <tonygarnockjones@gmail.com>2010-03-07 23:21:02 +1300
commitd28401b455eb00f822ea0b8ac472c82ed8516615 (patch)
treebc2026c5823d033e6a87b3c15717fff57cfaaf74
parent50d8e8a20fcaf010af5f24de72cad8b48e616d1b (diff)
downloadrabbitmq-c-github-ask-d28401b455eb00f822ea0b8ac472c82ed8516615.tar.gz
Fix make distcheck
-rw-r--r--Makefile.am2
-rw-r--r--tools/Makefile.am2
2 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index c5ff6e7..144422d 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -18,4 +18,4 @@ codegen:
cp -r "@AMQP_CODEGEN_DIR@"/* $@
$(MAKE) -C $@ clean
-EXTRA_DIST=codegen debian LICENSE-MPL-RabbitMQ
+EXTRA_DIST=codegen debian LICENSE-MPL-RabbitMQ LICENSE-GPL-2.0
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