diff options
author | Rodrigo Moya <rodrigo@ximian.com> | 2002-11-08 05:50:17 +0800 |
---|---|---|
committer | Rodrigo Moya <rodrigo@src.gnome.org> | 2002-11-08 05:50:17 +0800 |
commit | 2bc072651cc5650a4a799746ba187cee8e4b6903 (patch) | |
tree | 6d0767a225a6b39884cca267b22f9dfd33f3b145 /calendar/gui/Makefile.am | |
parent | 3c508b93d767f418a00e4404ca97d46b38e50e37 (diff) | |
download | gsoc2013-evolution-2bc072651cc5650a4a799746ba187cee8e4b6903.tar.gz gsoc2013-evolution-2bc072651cc5650a4a799746ba187cee8e4b6903.tar.zst gsoc2013-evolution-2bc072651cc5650a4a799746ba187cee8e4b6903.zip |
removed non-existant headers.
2002-11-07 Rodrigo Moya <rodrigo@ximian.com>
* importers/icalendar-importer.c: removed non-existant headers.
* importers/Makefile.am: changes for BonoboActivation.
* gui/GNOME_Evolution_Calendar.server.in: install to $libdir, not
$datadir.
svn path=/trunk/; revision=18640
Diffstat (limited to 'calendar/gui/Makefile.am')
-rw-r--r-- | calendar/gui/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/calendar/gui/Makefile.am b/calendar/gui/Makefile.am index 1ae5c01c2e..37fd67eb18 100644 --- a/calendar/gui/Makefile.am +++ b/calendar/gui/Makefile.am @@ -181,7 +181,7 @@ evolution_calendar_LDADD = \ evolution_calendar_LDFLAGS = -export-dynamic -serversdir = $(datadir)/bonobo/servers +serversdir = $(libdir)/bonobo/servers servers_in_files = \ GNOME_Evolution_Calendar.server.in |