diff options
author | Dan Winship <danw@src.gnome.org> | 2003-01-06 22:19:06 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2003-01-06 22:19:06 +0800 |
commit | b4c4834eaa79edc11995f6b209e723d5ec6ecd56 (patch) | |
tree | e897f69b780806110a5c88720d6fa3dd2a7e4ff5 | |
parent | cd6da3a0c9804ca8c75b69d47e16ca67847c0b1f (diff) | |
download | gsoc2013-evolution-b4c4834eaa79edc11995f6b209e723d5ec6ecd56.tar gsoc2013-evolution-b4c4834eaa79edc11995f6b209e723d5ec6ecd56.tar.gz gsoc2013-evolution-b4c4834eaa79edc11995f6b209e723d5ec6ecd56.tar.bz2 gsoc2013-evolution-b4c4834eaa79edc11995f6b209e723d5ec6ecd56.tar.lz gsoc2013-evolution-b4c4834eaa79edc11995f6b209e723d5ec6ecd56.tar.xz gsoc2013-evolution-b4c4834eaa79edc11995f6b209e723d5ec6ecd56.tar.zst gsoc2013-evolution-b4c4834eaa79edc11995f6b209e723d5ec6ecd56.zip |
remove idldir definition. (It's defined in configure.in now)
* Makefile.am: remove idldir definition. (It's defined in
configure.in now)
svn path=/trunk/; revision=19242
-rw-r--r-- | addressbook/ChangeLog | 7 | ||||
-rw-r--r-- | addressbook/backend/idl/Makefile.am | 2 | ||||
-rw-r--r-- | addressbook/gui/component/select-names/Makefile.am | 2 | ||||
-rw-r--r-- | calendar/ChangeLog | 5 | ||||
-rw-r--r-- | calendar/idl/Makefile.am | 2 | ||||
-rw-r--r-- | composer/ChangeLog | 5 | ||||
-rw-r--r-- | composer/Makefile.am | 1 | ||||
-rw-r--r-- | mail/ChangeLog | 5 | ||||
-rw-r--r-- | mail/Makefile.am | 1 | ||||
-rw-r--r-- | shell/ChangeLog | 7 | ||||
-rw-r--r-- | shell/Makefile.am | 2 | ||||
-rw-r--r-- | shell/importer/Makefile.am | 1 | ||||
-rw-r--r-- | wombat/ChangeLog | 5 | ||||
-rw-r--r-- | wombat/Makefile.am | 2 |
14 files changed, 34 insertions, 13 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index cb9c2dfdc8..4848f1b468 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,10 @@ +2003-01-06 Dan Winship <danw@ximian.com> + + * backend/idl/Makefile.am: remove idldir def (defined by + configure.in now) + + * gui/component/select-names/Makefile.am: Likewise + 2003-01-01 Chris Toshok <toshok@ximian.com> [ fixes the non-ui portion of #36183 ] diff --git a/addressbook/backend/idl/Makefile.am b/addressbook/backend/idl/Makefile.am index db61d2c30c..e9f011975b 100644 --- a/addressbook/backend/idl/Makefile.am +++ b/addressbook/backend/idl/Makefile.am @@ -1,5 +1,3 @@ -idldir = $(datadir)/idl - idl_DATA = \ addressbook.idl diff --git a/addressbook/gui/component/select-names/Makefile.am b/addressbook/gui/component/select-names/Makefile.am index 3b1c816ad6..ad3bb4f8f0 100644 --- a/addressbook/gui/component/select-names/Makefile.am +++ b/addressbook/gui/component/select-names/Makefile.am @@ -1,7 +1,5 @@ # CORBA stuff -idldir = $(datadir)/idl - idl_DATA = \ Evolution-Addressbook-SelectNames.idl diff --git a/calendar/ChangeLog b/calendar/ChangeLog index eaadd1b2f9..27416351a4 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,8 @@ +2003-01-06 Dan Winship <danw@ximian.com> + + * idl/Makefile.am: remove idldir definition. (It's defined in + configure.in now) + 2002-12-19 Hans Petter Jansson <hpj@ximian.com> * gui/calendar-commands.c (calendar_control_deactivate): diff --git a/calendar/idl/Makefile.am b/calendar/idl/Makefile.am index ec6b4e45f0..dd866141fc 100644 --- a/calendar/idl/Makefile.am +++ b/calendar/idl/Makefile.am @@ -1,5 +1,3 @@ -idldir = $(datadir)/idl - idl_DATA = \ evolution-calendar.idl diff --git a/composer/ChangeLog b/composer/ChangeLog index 97f7db00f0..fb015cb9f8 100644 --- a/composer/ChangeLog +++ b/composer/ChangeLog @@ -1,3 +1,8 @@ +2003-01-06 Dan Winship <danw@ximian.com> + + * Makefile.am: Remove idldir definition. (It's defined in + configure.in now) + 2002-12-16 Jeffrey Stedfast <fejj@ximian.com> * e-msg-composer.c (get_signature_html): Use camel_text_to_html(). diff --git a/composer/Makefile.am b/composer/Makefile.am index 545906a340..d4803f43e7 100644 --- a/composer/Makefile.am +++ b/composer/Makefile.am @@ -42,7 +42,6 @@ $(libcomposer_la_OBJECTS): composer-marshal.h ## -idldir = $(datadir)/idl idl_DATA = $(IDLS) gladedir = $(datadir)/evolution/glade diff --git a/mail/ChangeLog b/mail/ChangeLog index 6104ca4622..4c66c4be70 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,8 @@ +2003-01-06 Dan Winship <danw@ximian.com> + + * Makefile.am: remove idldir definition. (It's defined in + configure.in now) + 2003-01-04 Jeffrey Stedfast <fejj@ximian.com> * mail-callbacks.c (composer_get_message): Use diff --git a/mail/Makefile.am b/mail/Makefile.am index 357ce0f5fa..0360bf5447 100644 --- a/mail/Makefile.am +++ b/mail/Makefile.am @@ -181,7 +181,6 @@ etspec_DATA = mail-accounts.etspec message-list.etspec subscribe-dialog.etspec iconsdir = $(datadir)/images/evolution buttonsdir = $(datadir)/images/evolution/buttons -idldir = $(datadir)/idl idl_DATA = Mailer.idl $(EVOLUTION_MAIL_CORBA_GENERATED): Mailer.idl diff --git a/shell/ChangeLog b/shell/ChangeLog index a93e1e41e2..5edccf1d02 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,10 @@ +2003-01-06 Dan Winship <danw@ximian.com> + + * Makefile.am: Remove idldir definition. (It's defined in + configure.in now). + + * importer/Makefile.am: Likewise + 2002-12-19 Ettore Perazzoli <ettore@ximian.com> [With this commit, the shell compiles without deprecated GLib/GTK+ diff --git a/shell/Makefile.am b/shell/Makefile.am index 9aeb46bfcd..e55268c278 100644 --- a/shell/Makefile.am +++ b/shell/Makefile.am @@ -64,8 +64,6 @@ $(SELECT_NAMES_IDL_GENERATED): $(SELECT_NAMES_IDL) # IDL install -idldir = $(datadir)/idl - idl_DATA = $(IDLS) # Shell library diff --git a/shell/importer/Makefile.am b/shell/importer/Makefile.am index 3865ec8a32..6084f4577d 100644 --- a/shell/importer/Makefile.am +++ b/shell/importer/Makefile.am @@ -23,7 +23,6 @@ $(IDL_GENERATED): $(IDLS) $(ORBIT_IDL) -I $(srcdir) $(IDL_INCLUDES) \ $(srcdir)/GNOME_Evolution_Importer.idl -idldir = $(datadir)/idl idl_DATA = $(IDLS) libevolution_importerincludedir = $(includedir)/evolution/importer diff --git a/wombat/ChangeLog b/wombat/ChangeLog index af819710b5..c0f968193a 100644 --- a/wombat/ChangeLog +++ b/wombat/ChangeLog @@ -1,3 +1,8 @@ +2003-01-06 Dan Winship <danw@ximian.com> + + * Makefile.am: Remove idldir definition. It's defined in + configure.in now. + 2002-12-06 Hans Petter Jansson <hpj@ximian.com> * GNOME_Evolution_WombatNOLDAP.server.in.in: It appears that diff --git a/wombat/Makefile.am b/wombat/Makefile.am index 61e9c91b6d..a087de1036 100644 --- a/wombat/Makefile.am +++ b/wombat/Makefile.am @@ -67,8 +67,6 @@ $(server_in_files:.server.in.in=.server.in): $(server_in_files) @INTLTOOL_SERVER_RULE@ -idldir = $(datadir)/idl - idl_DATA = Evolution-Wombat.idl EXTRA_DIST = $(server_DATA) $(server_in_files) $(idl_DATA) \ |