diff options
author | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2011-02-21 21:51:04 +0000 |
---|---|---|
committer | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2011-02-21 21:51:04 +0000 |
commit | d4bbdffe03f54c98ffd34c3a2faeca375f57a6ee (patch) | |
tree | 4e1dd9c07d0b9c293b866f1cb0dc4453d58d3235 /kolabd/Makefile.am | |
parent | cd89058ed3fa4b1def41b6ca97c398c8de6ed1c2 (diff) | |
download | pykolab-d4bbdffe03f54c98ffd34c3a2faeca375f57a6ee.tar.gz |
Add semantics for packaging and localization
Diffstat (limited to 'kolabd/Makefile.am')
-rw-r--r-- | kolabd/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/kolabd/Makefile.am b/kolabd/Makefile.am new file mode 100644 index 0000000..0c888f8 --- /dev/null +++ b/kolabd/Makefile.am @@ -0,0 +1,2 @@ +kolabddir = $(datadir)/$(package)/kolabd +kolabd_PYTHON = $(wildcard *.py) |