diff options
author | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2013-04-30 16:42:22 +0100 |
---|---|---|
committer | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2013-04-30 16:48:12 +0100 |
commit | 07aff2640602afa9c958b7d4fd8c697be0581ef6 (patch) | |
tree | f661c73541532eaefff29739dbe2919c1485fe85 /share | |
parent | 5a18758c0db77dac4164e0c0eb26f62d2690e978 (diff) | |
download | pykolab-07aff2640602afa9c958b7d4fd8c697be0581ef6.tar.gz |
Remove zpush and horde configuration
Diffstat (limited to 'share')
-rw-r--r-- | share/Makefile.am | 22 |
1 files changed, 2 insertions, 20 deletions
diff --git a/share/Makefile.am b/share/Makefile.am index 4bfff10..b3174e1 100644 --- a/share/Makefile.am +++ b/share/Makefile.am @@ -2,34 +2,16 @@ 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) - rctemplatedir = $(datadir)/kolab/templates/roundcubemail rctemplate_DATA = \ $(wildcard templates/roundcubemail/*.tpl) -zpushtemplatedir = $(datadir)/kolab/templates/zpush -zpushtemplate_DATA = \ - $(wildcard templates/zpush/*.tpl) - EXTRA_DIST = \ $(template_DATA) \ - $(fbtemplate_DATA) \ - $(hordetemplate_DATA) \ - $(rctemplate_DATA) \ - $(zpushtemplate_DATA) + $(rctemplate_DATA) 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 + $(DESTDIR)/$(sysconfdir)/kolab/templates/roundcubemail |