aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorvxid <maxime.treca@gmail.com>2019-03-02 16:12:15 +0100
committerLukas Fleischer <lfleischer@calcurse.org>2019-03-14 21:21:46 +0100
commitd26164fb725e22f8eebd8d94ad59cab3921b8a6f (patch)
treeb647b4588e2e71bf2260bc18eceeb2a0704c1d0f /Makefile.am
parent5eff08777b643c0e112921eb6cb78381361acb68 (diff)
downloadcalcurse-d26164fb725e22f8eebd8d94ad59cab3921b8a6f.tar.gz
calcurse-d26164fb725e22f8eebd8d94ad59cab3921b8a6f.zip
Add support for vdir synchronization
Add a script to synchronize calcurse with a VDIR collection. Add a wrapper script around vdirsyncer to automatically synchronize calcurse data to a vdirsyncer collection. Add script documentation and Makefile. Signed-off-by: Lukas Fleischer <lfleischer@calcurse.org>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index fb428c1..e470777 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -2,7 +2,7 @@ AUTOMAKE_OPTIONS= foreign
ACLOCAL_AMFLAGS = -I m4
-SUBDIRS = po src test scripts contrib/caldav
+SUBDIRS = po src test scripts contrib/caldav contrib/vdir
if ENABLE_DOCS
SUBDIRS += doc