summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorDavid Wragg <david@rabbitmq.com>2010-08-07 19:16:02 +0100
committerDavid Wragg <david@rabbitmq.com>2010-08-07 19:16:02 +0100
commit5929e7cc940c2c43ae3b2e37ead5aa2145da05a4 (patch)
treecbdbfb9b4791ec7013a6796c84e756b0d14ce0ab /tools
parent631212ea925d1c50a7ef7b54629906c22c824f43 (diff)
downloadrabbitmq-c-github-ask-5929e7cc940c2c43ae3b2e37ead5aa2145da05a4.tar.gz
make distcheck was failing because of a missing $(srcdir) relative-referencebug23089
Diffstat (limited to 'tools')
-rw-r--r--tools/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/Makefile.am b/tools/Makefile.am
index ef7a9bc..ccd36ca 100644
--- a/tools/Makefile.am
+++ b/tools/Makefile.am
@@ -2,7 +2,7 @@ SUBDIRS=doc
bin_PROGRAMS = amqp-publish amqp-get amqp-consume amqp-declare-queue amqp-delete-queue
-AM_CFLAGS = -I$(top_srcdir)/librabbitmq -I$(PLATFORM_DIR)
+AM_CFLAGS = -I$(top_srcdir)/librabbitmq -I$(srcdir)/$(PLATFORM_DIR)
AM_LDFLAGS = $(top_builddir)/librabbitmq/librabbitmq.la
LDADD=$(LIBPOPT)