diff options
author | Damon Chaplin <damon@ximian.com> | 2001-06-14 07:09:50 +0800 |
---|---|---|
committer | Damon Chaplin <damon@src.gnome.org> | 2001-06-14 07:09:50 +0800 |
commit | 9913eeda8c544747343e563617feef1d420a02f4 (patch) | |
tree | 84cc3ad691e2674db19e45b465ccdeafe86754f6 /libical/Makefile.am | |
parent | 0255b60cdae7177045659cc71e34f7cf73265ebb (diff) | |
download | gsoc2013-evolution-9913eeda8c544747343e563617feef1d420a02f4.tar.gz gsoc2013-evolution-9913eeda8c544747343e563617feef1d420a02f4.tar.zst gsoc2013-evolution-9913eeda8c544747343e563617feef1d420a02f4.zip |
added zoneinfo.
2001-06-13 Damon Chaplin <damon@ximian.com>
* Makefile.am (SUBDIRS): added zoneinfo.
* configure.in (AC_OUTPUT): added zoneinfo/Makefile.
* zoneinfo/Makefile.am: new file to install & distribute the
VTIMEZONE data files, and the zones.tab file.
* zoneinfo/zones.tab: new file containing a list of all timezones
and their coordinates (so we can mark them on the world map).
* zoneinfo/*: Lots of VTIMEZONE data files added, one per timezone.
svn path=/trunk/; revision=10214
Diffstat (limited to 'libical/Makefile.am')
-rw-r--r-- | libical/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libical/Makefile.am b/libical/Makefile.am index a71157bed4..2220da18ec 100644 --- a/libical/Makefile.am +++ b/libical/Makefile.am @@ -5,7 +5,7 @@ EXTRA_DIST = \ TEST \ TODO -SUBDIRS = design-data doc scripts test-data src +SUBDIRS = design-data doc scripts test-data src zoneinfo # Disabled examples until it builds #SUBDIRS = design-data doc scripts test-data src examples |