summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/Makefile.am
diff options
context:
space:
mode:
authorAndrew Stitcher <astitcher@apache.org>2013-01-08 21:43:42 +0000
committerAndrew Stitcher <astitcher@apache.org>2013-01-08 21:43:42 +0000
commitb3cc9da195f5573a9ebeb022c8fd9680c82496bb (patch)
treea00b7556151a916f21c431333a733216a8f4c773 /qpid/cpp/src/Makefile.am
parentcb9808307d9e27cb9de04eb131427ced0d8d22d8 (diff)
downloadqpid-python-b3cc9da195f5573a9ebeb022c8fd9680c82496bb.tar.gz
QPID-4095: Move the directory iteration into FileSysDir:
- For Posix implement with direct calls - For windows implement with v2/v3 boost::filesystem to be replaced later [Cherry picked from trunk@1424247] git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/0.20@1430554 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/Makefile.am')
-rw-r--r--qpid/cpp/src/Makefile.am2
1 files changed, 0 insertions, 2 deletions
diff --git a/qpid/cpp/src/Makefile.am b/qpid/cpp/src/Makefile.am
index 91ff0621c0..f64ce41cc0 100644
--- a/qpid/cpp/src/Makefile.am
+++ b/qpid/cpp/src/Makefile.am
@@ -138,8 +138,6 @@ qpidtest_SCRIPTS =
tmoduleexecdir = $(libdir)/qpid/tests
tmoduleexec_LTLIBRARIES=
-AM_CXXFLAGS += -DBOOST_FILESYSTEM_VERSION=2
-
## Automake macros to build libraries and executables.
qpidd_CXXFLAGS = $(AM_CXXFLAGS) -DQPIDD_MODULE_DIR=\"$(dmoduleexecdir)\" -DQPIDD_CONF_FILE=\"$(sysconfdir)/qpidd.conf\" -DQPIDC_CONF_FILE=\"$(confdir)/qpidc.conf\"
libqpidclient_la_CXXFLAGS = $(AM_CXXFLAGS) -DQPIDC_MODULE_DIR=\"$(cmoduleexecdir)\" -DQPIDC_CONF_FILE=\"$(confdir)/qpidc.conf\"