diff options
| author | Alan Conway <aconway@apache.org> | 2008-06-12 19:19:22 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2008-06-12 19:19:22 +0000 |
| commit | ec2a87c8b4d5873c3ea4e88e7c02e1b6200400ea (patch) | |
| tree | 3e42a6023fb2d1c39015ba94671356cf8e048839 /qpid/cpp/src/tests | |
| parent | 6033ce10f91f794dee0cc718dbb600e0b02cea80 (diff) | |
| download | qpid-python-ec2a87c8b4d5873c3ea4e88e7c02e1b6200400ea.tar.gz | |
Propagate error messages across the Demux between network & user threads.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@667205 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/tests')
| -rw-r--r-- | qpid/cpp/src/tests/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/src/tests/Makefile.am b/qpid/cpp/src/tests/Makefile.am index 735d85b419..57d1c04b72 100644 --- a/qpid/cpp/src/tests/Makefile.am +++ b/qpid/cpp/src/tests/Makefile.am @@ -1,4 +1,4 @@ -AM_CXXFLAGS = $(WARNING_CFLAGS) $(CFLAGS) $(APR_CXXFLAGS) -DBOOST_TEST_DYN_LINK +AM_CXXFLAGS = $(WARNING_CFLAGS) -DBOOST_TEST_DYN_LINK INCLUDES = -I$(srcdir)/.. -I$(srcdir)/../gen -I$(top_builddir)/src/gen abs_builddir=@abs_builddir@ |
