diff --git a/ChangeLog b/ChangeLog index ba8b33c0dd..fc247b2f73 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-07-29 J. Ali Harlow + + * gtk/Makefile.am: Include gtkwin32embed.h in EXTRA_DIST + unconditionally. Fixes #311972. + 2005-07-28 Federico Mena Quintero * perf/README: Update for the new API of the profiler. diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index ba8b33c0dd..fc247b2f73 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,8 @@ +2005-07-29 J. Ali Harlow + + * gtk/Makefile.am: Include gtkwin32embed.h in EXTRA_DIST + unconditionally. Fixes #311972. + 2005-07-28 Federico Mena Quintero * perf/README: Update for the new API of the profiler. diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index ba8b33c0dd..fc247b2f73 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,8 @@ +2005-07-29 J. Ali Harlow + + * gtk/Makefile.am: Include gtkwin32embed.h in EXTRA_DIST + unconditionally. Fixes #311972. + 2005-07-28 Federico Mena Quintero * perf/README: Update for the new API of the profiler. diff --git a/gtk/Makefile.am b/gtk/Makefile.am index 515a925130..1ce7ac5ef4 100644 --- a/gtk/Makefile.am +++ b/gtk/Makefile.am @@ -749,6 +749,7 @@ EXTRA_DIST += \ gtk.def \ gtk-win32.rc \ gtk-win32.rc.in \ + gtkwin32embed.h \ gtkfilesystemwin32.h \ gtkfilesystemwin32.c \ gtkrc.default \