diff options
Diffstat (limited to 'libical/Makefile.am')
-rw-r--r-- | libical/Makefile.am | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/libical/Makefile.am b/libical/Makefile.am index e13464d7aa..a71157bed4 100644 --- a/libical/Makefile.am +++ b/libical/Makefile.am @@ -5,5 +5,8 @@ EXTRA_DIST = \ TEST \ TODO -SUBDIRS = design-data doc scripts test-data src examples +SUBDIRS = design-data doc scripts test-data src + +# Disabled examples until it builds +#SUBDIRS = design-data doc scripts test-data src examples |