diff options
| author | Alan Conway <aconway@apache.org> | 2011-03-18 21:38:00 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2011-03-18 21:38:00 +0000 |
| commit | f49b6190fa96f024dd91794703f5a0b1cb3ae2dd (patch) | |
| tree | eba6527f2e082ddc4efb50522cee32869f8dc08a /qpid/cpp/src/acl.mk | |
| parent | 44f245f131a7464e153b213ed1ed886942987077 (diff) | |
| download | qpid-python-f49b6190fa96f024dd91794703f5a0b1cb3ae2dd.tar.gz | |
QPID-3155: Install module libraries during install-exec phase
The C++ automake system has 2 install phases, exec and data. Module
libraries are installed incorrectly in the data phase. Fix the
makefiles to install them in the exec phase.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1083077 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/acl.mk')
| -rw-r--r-- | qpid/cpp/src/acl.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/qpid/cpp/src/acl.mk b/qpid/cpp/src/acl.mk index bcd1d88335..b8e2ff0e13 100644 --- a/qpid/cpp/src/acl.mk +++ b/qpid/cpp/src/acl.mk @@ -18,8 +18,8 @@ # # # acl library makefile fragment, to be included in Makefile.am -# -dmodule_LTLIBRARIES += acl.la +# +dmoduleexec_LTLIBRARIES += acl.la acl_la_SOURCES = \ qpid/acl/Acl.cpp \ |
