Re: [evolution-patches] last two patches for darwin (widgets/menus, widgets/e-timezone-dialog)



Looks good.

On Mon, 2003-09-08 at 13:52, Dan Winship wrote:
> Index: ChangeLog
> ===================================================================
> RCS file: /cvs/gnome/evolution/widgets/ChangeLog,v
> retrieving revision 1.104.4.1
> diff -u -r1.104.4.1 ChangeLog
> --- ChangeLog	28 Aug 2003 14:36:30 -0000	1.104.4.1
> +++ ChangeLog	8 Sep 2003 17:41:54 -0000
> @@ -1,3 +1,10 @@
> +2003-09-08  Dan Winship  <danw ximian com>
> +
> +	* e-timezone-dialog/Makefile.am: switch from noinst to privlib,
> +	since this is used by multiple components
> +
> +	* menus/Makefile.am: Likewise
> +
>  2003-08-27  Hans Petter Jansson  <hpj ximian com>
>  
>  	Fixes #15638.
> Index: e-timezone-dialog/Makefile.am
> ===================================================================
> RCS file: /cvs/gnome/evolution/widgets/e-timezone-dialog/Makefile.am,v
> retrieving revision 1.8
> diff -u -r1.8 Makefile.am
> --- e-timezone-dialog/Makefile.am	20 Feb 2003 16:48:42 -0000	1.8
> +++ e-timezone-dialog/Makefile.am	8 Sep 2003 17:41:55 -0000
> @@ -6,7 +6,7 @@
>  	-DG_LOG_DOMAIN=__FILE__						\
>  	$(GNOME_FULL_CFLAGS)
>  
> -noinst_LTLIBRARIES =	\
> +privlib_LTLIBRARIES =		\
>  	libetimezonedialog.la
>  
>  libetimezonedialog_la_SOURCES =	\
> Index: menus/Makefile.am
> ===================================================================
> RCS file: /cvs/gnome/evolution/widgets/menus/Makefile.am,v
> retrieving revision 1.4
> diff -u -r1.4 Makefile.am
> --- menus/Makefile.am	27 Jan 2002 17:21:34 -0000	1.4
> +++ menus/Makefile.am	8 Sep 2003 17:41:55 -0000
> @@ -1,4 +1,4 @@
> -noinst_LTLIBRARIES = libmenus.la
> +privlib_LTLIBRARIES = libmenus.la
>  
>  INCLUDES =					\
>  	-I$(top_srcdir)				\



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]