diff options
author | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2011-07-05 09:59:27 +0100 |
---|---|---|
committer | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2011-07-05 09:59:27 +0100 |
commit | 6125a1c672bfb0f50a256475034685116202bcda (patch) | |
tree | 5a21f714aef68a76cd8d03a3dd4a45a542480a4e /saslauthd/Makefile.am | |
parent | 3d9b7aa9998b3a71bf790199a45d6ee1521581ea (diff) | |
download | pykolab-6125a1c672bfb0f50a256475034685116202bcda.tar.gz |
Install the saslauthd module in python's sitelib, too
Diffstat (limited to 'saslauthd/Makefile.am')
-rw-r--r-- | saslauthd/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/saslauthd/Makefile.am b/saslauthd/Makefile.am index 5f4fa80..74378c6 100644 --- a/saslauthd/Makefile.am +++ b/saslauthd/Makefile.am @@ -1,2 +1,2 @@ -saslauthddir = $(datadir)/$(PACKAGE)/saslauthd +saslauthddir = $(pythondir)/saslauthd saslauthd_PYTHON = $(wildcard *.py) |