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 /conf/Makefile.am | |
parent | cd89058ed3fa4b1def41b6ca97c398c8de6ed1c2 (diff) | |
download | pykolab-d4bbdffe03f54c98ffd34c3a2faeca375f57a6ee.tar.gz |
Add semantics for packaging and localization
Diffstat (limited to 'conf/Makefile.am')
-rw-r--r-- | conf/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/conf/Makefile.am b/conf/Makefile.am new file mode 100644 index 0000000..67a31d8 --- /dev/null +++ b/conf/Makefile.am @@ -0,0 +1,3 @@ +confdir = $(sysconfdir)/kolab +conf_DATA = \ + kolab.conf |