diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index c68ea925e7..ffa9923093 100644 --- a/Makefile.am +++ b/Makefile.am @@ -25,8 +25,9 @@ SUBDIRS = \ tests \ addressbook \ libical \ - libversit \ - calendar + libversit +# Add this when the calendar builds. +# calendar dist-hook: for subdir in intl ; do \ |