From 3cf69f1362e3824ec44772971cfe6d04129dc80e Mon Sep 17 00:00:00 2001 From: Tony Garnock-Jones Date: Tue, 14 Jul 2009 13:40:33 +0100 Subject: Make "make distcheck" work and pass --- tests/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests') 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 -- cgit v1.2.1