diff options
author | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2011-03-13 18:04:46 +0000 |
---|---|---|
committer | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2011-03-13 18:04:46 +0000 |
commit | 9950787088462b26579400294b3ce92c8c94d2b2 (patch) | |
tree | f01f42b7703e628b512d969800ecc8d084ef6997 /saslauthd/Makefile.am | |
parent | 3d7deea56bb1f05d773e1e9efe61044a0f5dcd3e (diff) | |
download | pykolab-9950787088462b26579400294b3ce92c8c94d2b2.tar.gz |
Add our saslauthd multi-domain implementation
Diffstat (limited to 'saslauthd/Makefile.am')
-rw-r--r-- | saslauthd/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/saslauthd/Makefile.am b/saslauthd/Makefile.am new file mode 100644 index 0000000..5f4fa80 --- /dev/null +++ b/saslauthd/Makefile.am @@ -0,0 +1,2 @@ +saslauthddir = $(datadir)/$(PACKAGE)/saslauthd +saslauthd_PYTHON = $(wildcard *.py) |