diff options
| -rw-r--r-- | Makefile.am | 2 | ||||
| -rw-r--r-- | tools/Makefile.am | 2 |
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 |
