diff options
author | Michal 'vorner' Vaner <michal.vaner@nic.cz> | 2011-06-05 20:17:45 +0200 |
---|---|---|
committer | Michal 'vorner' Vaner <michal.vaner@nic.cz> | 2011-06-05 20:27:42 +0200 |
commit | 5705a62ebb133531c81ff820edae5f92774dfa43 (patch) | |
tree | 27722d0168f7f208e3b3aed5a986a822266cf697 /src/lib/Makefile.am | |
parent | Merge branch 'work/pyfiles' (diff) | |
download | kea-5705a62ebb133531c81ff820edae5f92774dfa43.tar.xz kea-5705a62ebb133531c81ff820edae5f92774dfa43.zip |
[trac977] Create the ACL library
Diffstat (limited to 'src/lib/Makefile.am')
-rw-r--r-- | src/lib/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/Makefile.am b/src/lib/Makefile.am index 81ddd18f21..c8827e2fdf 100644 --- a/src/lib/Makefile.am +++ b/src/lib/Makefile.am @@ -1,3 +1,3 @@ SUBDIRS = exceptions util log cryptolink dns cc config python xfr \ bench asiolink asiodns nsas cache resolve testutils datasrc \ - server_common + server_common acl |