diff options
author | Hans Petter <hansp@src.gnome.org> | 2003-09-12 06:04:44 +0800 |
---|---|---|
committer | Hans Petter <hansp@src.gnome.org> | 2003-09-12 06:04:44 +0800 |
commit | 697761cc337aa77a47140c8df50ed84bc25e23f6 (patch) | |
tree | b785830f72e9938cceaa016a419c7b6d9892bada /libical/Makefile.am | |
parent | 733d77e657516f9a59b5c1a7b62acb87b03ec86f (diff) | |
download | gsoc2013-evolution-697761cc337aa77a47140c8df50ed84bc25e23f6.tar.gz gsoc2013-evolution-697761cc337aa77a47140c8df50ed84bc25e23f6.tar.zst gsoc2013-evolution-697761cc337aa77a47140c8df50ed84bc25e23f6.zip |
Import new libical from mainline HEAD and make appropriate changes to
Evolution.
svn path=/trunk/; revision=22538
Diffstat (limited to 'libical/Makefile.am')
-rw-r--r-- | libical/Makefile.am | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/libical/Makefile.am b/libical/Makefile.am index 2220da18ec..220d9f3322 100644 --- a/libical/Makefile.am +++ b/libical/Makefile.am @@ -5,8 +5,5 @@ EXTRA_DIST = \ TEST \ TODO -SUBDIRS = design-data doc scripts test-data src zoneinfo - -# Disabled examples until it builds -#SUBDIRS = design-data doc scripts test-data src examples +SUBDIRS = design-data doc scripts test-data src examples zoneinfo |