diff options
author | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2013-08-22 14:26:51 (GMT) |
---|---|---|
committer | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2013-08-22 14:26:51 (GMT) |
commit | e92e65bb9db33e4952238e37a704a17242c11c2a (patch) | |
tree | f5e4955168703fbe36de38be3b25184126860b0a | |
parent | df7565ef128cad33b35cc899cafc2d68eb70d1fb (diff) | |
download | pykolab-e92e65bb9db33e4952238e37a704a17242c11c2a.tar.gz |
Don't forget to include the new file, ey?pykolab-0.6.5
-rw-r--r-- | pykolab/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pykolab/Makefile.am b/pykolab/Makefile.am index f62bb93..a23aa6e 100644 --- a/pykolab/Makefile.am +++ b/pykolab/Makefile.am @@ -8,6 +8,7 @@ pykolab_auth_PYTHON = \ pykolab_auth_ldapdir = $(pythondir)/$(PACKAGE)/auth/ldap pykolab_auth_ldap_PYTHON = \ auth/ldap/__init__.py \ + auth/ldap/auth_cache.py \ auth/ldap/cache.py \ auth/ldap/syncrepl.py |