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 | c3c98db893d6e127dc5e0037fb2c3548e8f90a5a (patch) | |
| tree | e3d43bfd62f9423c951df3bb3ea8dc2ba4aa2de3 /cpp/src/tests | |
| parent | caecb76180dfe85da79064e9733a3ca79c55f141 (diff) | |
| download | qpid-python-c3c98db893d6e127dc5e0037fb2c3548e8f90a5a.tar.gz | |
Propagate error messages across the Demux between network & user threads.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@667205 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/tests')
| -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 735d85b419..57d1c04b72 100644 --- a/cpp/src/tests/Makefile.am +++ b/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@ |
