diff options
author | Hans Petter Jansson <hpj@ximian.com> | 2003-03-01 05:08:45 +0800 |
---|---|---|
committer | Hans Petter <hansp@src.gnome.org> | 2003-03-01 05:08:45 +0800 |
commit | 5569968699ce8163d51110eeefee8e8ebfe31b46 (patch) | |
tree | 0530f5a969922727207e1b6a60adece8cc662fb0 /calendar/Makefile.am | |
parent | 2ee1eb9078b7e5a356fe2c9cfb6782bcf005bdb7 (diff) | |
download | gsoc2013-evolution-5569968699ce8163d51110eeefee8e8ebfe31b46.tar.gz gsoc2013-evolution-5569968699ce8163d51110eeefee8e8ebfe31b46.tar.zst gsoc2013-evolution-5569968699ce8163d51110eeefee8e8ebfe31b46.zip |
Add calendar/importers/Makefile to output.
2003-02-28 Hans Petter Jansson <hpj@ximian.com>
* configure.in: Add calendar/importers/Makefile to output.
* calendar/Makefile.am (SUBDIRS): Add importers/.
* calendar/importers/Makefile.am (server_in_files)
(server_DATA): Insert $(libexecdir).
* calendar/importers/icalendar-importer.c (connect_to_shell):
oaf_activate_from_id() -> bonobo_activation_activate_from_id().
(load_vcalendar_file): U_() -> _().
svn path=/trunk/; revision=20109
Diffstat (limited to 'calendar/Makefile.am')
-rw-r--r-- | calendar/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/calendar/Makefile.am b/calendar/Makefile.am index 0e4c8d28eb..8ee73dc1e5 100644 --- a/calendar/Makefile.am +++ b/calendar/Makefile.am @@ -4,6 +4,6 @@ else CONDUIT_DIR = endif -SUBDIRS = idl cal-util pcs cal-client gui $(CONDUIT_DIR) +SUBDIRS = importers idl cal-util pcs cal-client gui $(CONDUIT_DIR) EXTRA_DIST = zones.h |