diff options
| author | Charles E. Rolke <chug@apache.org> | 2014-07-11 15:27:19 +0000 |
|---|---|---|
| committer | Charles E. Rolke <chug@apache.org> | 2014-07-11 15:27:19 +0000 |
| commit | 99d8f7a3e50d86c68ee9a47e9af6dbe912535abd (patch) | |
| tree | 718bfd21b7a86ade9b1385646f1bb2622821c3f9 /qpid/cpp/src/CMakeLists.txt | |
| parent | ce823c4bc3cb3dfe985aaa0f4694f522c76eaa22 (diff) | |
| download | qpid-python-99d8f7a3e50d86c68ee9a47e9af6dbe912535abd.tar.gz | |
QPID-5890: Refactor AclModule.h
Move code from .h file into AclLexer source module.
Does not change basic function structure.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1609728 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/CMakeLists.txt')
| -rw-r--r-- | qpid/cpp/src/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/qpid/cpp/src/CMakeLists.txt b/qpid/cpp/src/CMakeLists.txt index fe6d14074e..21762965cb 100644 --- a/qpid/cpp/src/CMakeLists.txt +++ b/qpid/cpp/src/CMakeLists.txt @@ -504,6 +504,8 @@ if (BUILD_ACL) qpid/acl/AclConnectionCounter.h qpid/acl/AclData.cpp qpid/acl/AclData.h + qpid/acl/AclLexer.cpp + qpid/acl/AclLexer.h qpid/acl/AclPlugin.cpp qpid/acl/AclReader.cpp qpid/acl/AclReader.h |
