[maemo-commits] [maemo-commits] r18855 - in projects/haf/trunk/gtk+: . gtk
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Wed Jul 15 18:47:02 EEST 2009
- Previous message: [maemo-commits] r18854 - projects/haf/tags/libosso
- Next message: [maemo-commits] r18856 - in projects/haf/trunk/gtk+: . debian
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: csaavedra Date: 2009-07-15 18:46:54 +0300 (Wed, 15 Jul 2009) New Revision: 18855 Modified: projects/haf/trunk/gtk+/ChangeLog projects/haf/trunk/gtk+/gtk/Makefile.am Log: 2009-07-15 Claudio Saavedra <csaavedra at igalia.com> * gtk/Makefile.am: Do not remove a non-generated header file during make clean. Modified: projects/haf/trunk/gtk+/ChangeLog =================================================================== --- projects/haf/trunk/gtk+/ChangeLog 2009-07-13 13:30:27 UTC (rev 18854) +++ projects/haf/trunk/gtk+/ChangeLog 2009-07-15 15:46:54 UTC (rev 18855) @@ -1,3 +1,8 @@ +2009-07-15 Claudio Saavedra <csaavedra at igalia.com> + + * gtk/Makefile.am: Do not remove a non-generated header file + during make clean. + 2009-07-01 Kristian Rietveld <kris at lanedo.com> Fixes: NB#121248 - Focus missing while HW keys interaction Modified: projects/haf/trunk/gtk+/gtk/Makefile.am =================================================================== --- projects/haf/trunk/gtk+/gtk/Makefile.am 2009-07-13 13:30:27 UTC (rev 18854) +++ projects/haf/trunk/gtk+/gtk/Makefile.am 2009-07-15 15:46:54 UTC (rev 18855) @@ -354,6 +354,7 @@ gtkfilechooserutils.h \ gtkfilesystem.h \ gtkfilesystemmodel.h \ + gtkimcontextsimpleseqs.h \ gtkiconcache.h \ gtkintl.h \ gtkkeyhash.h \ @@ -740,8 +741,7 @@ gtk_built_private_headers = \ gtkalias.h \ gtkmarshalers.h \ - gtkbuiltincache.h \ - gtkimcontextsimpleseqs.h + gtkbuiltincache.h gtk_built_sources = \ gtkaliasdef.c \
- Previous message: [maemo-commits] r18854 - projects/haf/tags/libosso
- Next message: [maemo-commits] r18856 - in projects/haf/trunk/gtk+: . debian
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]