diff options
author | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2011-07-04 16:15:27 +0100 |
---|---|---|
committer | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2011-07-04 16:15:27 +0100 |
commit | 8c15a0c480c9dd2ae074933cd71a25bb543004b9 (patch) | |
tree | 3cfa86a2d20fd8b4d0436a302077a1b6cc0fa54a /kolab | |
parent | 96c64763ad8d08489415cbde48635112fe7958f8 (diff) | |
download | pykolab-8c15a0c480c9dd2ae074933cd71a25bb543004b9.tar.gz |
Update locations to install our python files
Diffstat (limited to 'kolab')
-rw-r--r-- | kolab/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kolab/Makefile.am b/kolab/Makefile.am index 0e30cc8..383d8f7 100644 --- a/kolab/Makefile.am +++ b/kolab/Makefile.am @@ -1,2 +1,2 @@ -kolabdir = $(datadir)/$(PACKAGE)/kolab +kolabdir = $(pythondir)/kolab kolab_PYTHON = $(wildcard *.py) |