diff options
author | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2012-05-05 02:12:00 +0100 |
---|---|---|
committer | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2012-05-05 02:12:00 +0100 |
commit | 10050ea8c4393e7a79ed0844757259b7224911b4 (patch) | |
tree | 23eaf6214044c02c3207a7c2f1d15356215b7d9a /share/Makefile.am | |
parent | 36db38827d97a769e92a01727389a47491034577 (diff) | |
download | pykolab-10050ea8c4393e7a79ed0844757259b7224911b4.tar.gz |
Add freebusy configuration file
Diffstat (limited to 'share/Makefile.am')
-rw-r--r-- | share/Makefile.am | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/share/Makefile.am b/share/Makefile.am index 8a6dd94..364bd36 100644 --- a/share/Makefile.am +++ b/share/Makefile.am @@ -1,8 +1,11 @@ templatedir = $(datadir)/kolab/templates - template_DATA = \ $(wildcard templates/*.tpl) +fbtemplatedir = $(datadir)/kolab/templates/freebusy +fbtemplate_DATA = \ + $(wildcard templates/freebusy/*.tpl) + hordetemplatedir = $(datadir)/kolab/templates/horde/conf.d/ hordetemplate_DATA = \ $(wildcard templates/horde/conf.d/*.tpl) @@ -24,6 +27,7 @@ EXTRA_DIST = \ install-exec-local: mkdir -p \ $(DESTDIR)/$(sysconfdir)/kolab/templates \ + $(DESTDIR)/$(sysconfdir)/kolab/templates/freebusy \ $(DESTDIR)/$(sysconfdir)/kolab/templates/horde/conf.d \ $(DESTDIR)/$(sysconfdir)/kolab/templates/roundcubemail \ $(DESTDIR)/$(sysconfdir)/kolab/templates/zpush |