diff options
| author | Andrew Stitcher <astitcher@apache.org> | 2012-12-20 00:35:54 +0000 |
|---|---|---|
| committer | Andrew Stitcher <astitcher@apache.org> | 2012-12-20 00:35:54 +0000 |
| commit | 8381984729f7e9858fb5a56f7ca7f4af8cf31b47 (patch) | |
| tree | 963ce71901c5fc4b1500ef8b284b9630b5c248fe /qpid/cpp/src/Makefile.am | |
| parent | 0118e13f2f2a18d65b93a38051336e18c53f3220 (diff) | |
| download | qpid-python-8381984729f7e9858fb5a56f7ca7f4af8cf31b47.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
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1424247 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/Makefile.am')
| -rw-r--r-- | qpid/cpp/src/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/qpid/cpp/src/Makefile.am b/qpid/cpp/src/Makefile.am index ad2a438c3b..690616853f 100644 --- a/qpid/cpp/src/Makefile.am +++ b/qpid/cpp/src/Makefile.am @@ -138,7 +138,6 @@ qpidtest_SCRIPTS = tmoduleexecdir = $(libdir)/qpid/tests tmoduleexec_LTLIBRARIES= -AM_CXXFLAGS += -DBOOST_FILESYSTEM_VERSION=2 BROKER_CXXFLAGS = -D_IN_QPID_BROKER ## Automake macros to build libraries and executables. |
