2001-12-13 Damon Chaplin <damon@ximian.com> * zones.h: new file to contain all timezone names for translation. We won't be using the translations in 1.0.1, but it gives translators time before we do use them in 1.0.2. * Makefile.am: added zones.h to EXTRA_DIST. svn path=/trunk/; revision=15026
10 lines
163 B
Makefile
10 lines
163 B
Makefile
if ENABLE_PILOT_CONDUITS
|
|
CONDUIT_DIR = conduits
|
|
else
|
|
CONDUIT_DIR =
|
|
endif
|
|
|
|
SUBDIRS = idl cal-util pcs cal-client gui importers $(CONDUIT_DIR)
|
|
|
|
EXTRA_DIST = zones.h
|