From d8747dbe3fa9f0f83f24d3b9cf998808578b9ec6 Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Mon, 14 May 2007 18:24:21 +0000 Subject: Fix incorrect -I directive for generated code. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@537935 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/tests/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp/src/tests') diff --git a/cpp/src/tests/Makefile.am b/cpp/src/tests/Makefile.am index 0c08e0c6f7..77ed81df56 100644 --- a/cpp/src/tests/Makefile.am +++ b/cpp/src/tests/Makefile.am @@ -1,5 +1,5 @@ AM_CXXFLAGS = $(WARNING_CFLAGS) $(CPPUNIT_CXXFLAGS) $(APR_CXXFLAGS) -INCLUDES = -I$(srcdir)/.. -I$(top_builddir)/gen +INCLUDES = -I$(srcdir)/.. -I$(builddir)/../gen # Unit tests broker_unit_tests = \ -- cgit v1.2.1