diff options
| author | Alan Conway <aconway@apache.org> | 2008-04-23 22:13:14 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2008-04-23 22:13:14 +0000 |
| commit | 046e1e70a0bed4689040324eaa7e4da10b7a0508 (patch) | |
| tree | 25dcb85b688db64014d5fbbb8e9e7452b579553f /cpp/src/tests/Makefile.am | |
| parent | 8d7d7d3d335528e21494df33ed910d12a9106b40 (diff) | |
| download | qpid-python-046e1e70a0bed4689040324eaa7e4da10b7a0508.tar.gz | |
Fix build error introduced by earlier commit.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@651088 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/tests/Makefile.am')
| -rw-r--r-- | cpp/src/tests/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/tests/Makefile.am b/cpp/src/tests/Makefile.am index c5baf5c73b..bd020e4f77 100644 --- a/cpp/src/tests/Makefile.am +++ b/cpp/src/tests/Makefile.am @@ -1,4 +1,4 @@ -AM_CXXFLAG = $(WARNING_CFLAGS) $(CPPUNIT_CXXFLAGS) $(APR_CXXFLAGS) -DBOOST_TEST_DYN_LINK +AM_CXXFLAGS = $(WARNING_CFLAGS) $(CPPUNIT_CXXFLAGS) $(APR_CXXFLAGS) -DBOOST_TEST_DYN_LINK INCLUDES = -I$(srcdir)/.. -I$(srcdir)/../gen -I$(top_builddir)/src/gen abs_builddir=@abs_builddir@ |
