summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorTony Garnock-Jones <tonyg@lshift.net>2009-07-14 13:40:33 +0100
committerTony Garnock-Jones <tonyg@lshift.net>2009-07-14 13:40:33 +0100
commit3cf69f1362e3824ec44772971cfe6d04129dc80e (patch)
tree25c2ca772a70eb97497f65fad84052483cd2044e /tests
parent7fec8ff4815c896997f0a476b282c7bac3ede7ad (diff)
downloadrabbitmq-c-github-ask-3cf69f1362e3824ec44772971cfe6d04129dc80e.tar.gz
Make "make distcheck" work and pass
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index dafdba4..1ac6faf 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -1,4 +1,4 @@
noinst_PROGRAMS = test_tables
-AM_CFLAGS = -I../librabbitmq
-AM_LDFLAGS = ../librabbitmq/librabbitmq.la
+AM_CFLAGS = -I$(top_srcdir)/librabbitmq
+AM_LDFLAGS = $(top_builddir)/librabbitmq/librabbitmq.la