From 8e40259feb197937657cca0cc38d6560ae9522d7 Mon Sep 17 00:00:00 2001 From: "J. Ali Harlow" Date: Fri, 29 Jul 2005 14:06:02 +0000 Subject: [PATCH] Include gtkwin32embed.h in EXTRA_DIST unconditionally. Fixes #311972. 2005-07-29 J. Ali Harlow * gtk/Makefile.am: Include gtkwin32embed.h in EXTRA_DIST unconditionally. Fixes #311972. --- ChangeLog | 5 +++++ ChangeLog.pre-2-10 | 5 +++++ ChangeLog.pre-2-8 | 5 +++++ gtk/Makefile.am | 1 + 4 files changed, 16 insertions(+) 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 \