From 9913eeda8c544747343e563617feef1d420a02f4 Mon Sep 17 00:00:00 2001 From: Damon Chaplin Date: Wed, 13 Jun 2001 23:09:50 +0000 Subject: added zoneinfo. 2001-06-13 Damon Chaplin * 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 --- libical/configure.in | 1 + 1 file changed, 1 insertion(+) (limited to 'libical/configure.in') diff --git a/libical/configure.in b/libical/configure.in index 3b69f4d5ee..37b5996b8e 100644 --- a/libical/configure.in +++ b/libical/configure.in @@ -99,5 +99,6 @@ src/libicalvcal/Makefile src/python/Makefile src/test/Makefile test-data/Makefile +zoneinfo/Makefile ]) -- cgit v1.2.3