diff --git a/ChangeLog b/ChangeLog index 402e7efbf..3821edf88 100644 --- a/ChangeLog +++ b/ChangeLog @@ -7,6 +7,7 @@ * gutils.c * gwin32.c * testglib.c + * Makefile.am * makefile.{cygwin,msc}: Move the Win32-only functions to the new file gwin32.c diff --git a/ChangeLog.pre-2-0 b/ChangeLog.pre-2-0 index 402e7efbf..3821edf88 100644 --- a/ChangeLog.pre-2-0 +++ b/ChangeLog.pre-2-0 @@ -7,6 +7,7 @@ * gutils.c * gwin32.c * testglib.c + * Makefile.am * makefile.{cygwin,msc}: Move the Win32-only functions to the new file gwin32.c diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 402e7efbf..3821edf88 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -7,6 +7,7 @@ * gutils.c * gwin32.c * testglib.c + * Makefile.am * makefile.{cygwin,msc}: Move the Win32-only functions to the new file gwin32.c diff --git a/ChangeLog.pre-2-12 b/ChangeLog.pre-2-12 index 402e7efbf..3821edf88 100644 --- a/ChangeLog.pre-2-12 +++ b/ChangeLog.pre-2-12 @@ -7,6 +7,7 @@ * gutils.c * gwin32.c * testglib.c + * Makefile.am * makefile.{cygwin,msc}: Move the Win32-only functions to the new file gwin32.c diff --git a/ChangeLog.pre-2-2 b/ChangeLog.pre-2-2 index 402e7efbf..3821edf88 100644 --- a/ChangeLog.pre-2-2 +++ b/ChangeLog.pre-2-2 @@ -7,6 +7,7 @@ * gutils.c * gwin32.c * testglib.c + * Makefile.am * makefile.{cygwin,msc}: Move the Win32-only functions to the new file gwin32.c diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index 402e7efbf..3821edf88 100644 --- a/ChangeLog.pre-2-4 +++ b/ChangeLog.pre-2-4 @@ -7,6 +7,7 @@ * gutils.c * gwin32.c * testglib.c + * Makefile.am * makefile.{cygwin,msc}: Move the Win32-only functions to the new file gwin32.c diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index 402e7efbf..3821edf88 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -7,6 +7,7 @@ * gutils.c * gwin32.c * testglib.c + * Makefile.am * makefile.{cygwin,msc}: Move the Win32-only functions to the new file gwin32.c diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index 402e7efbf..3821edf88 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -7,6 +7,7 @@ * gutils.c * gwin32.c * testglib.c + * Makefile.am * makefile.{cygwin,msc}: Move the Win32-only functions to the new file gwin32.c diff --git a/Makefile.am b/Makefile.am index e1981c0fa..8e9ace69f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -21,6 +21,7 @@ EXTRA_DIST = \ makefile.cygwin \ giowin32.c \ glibconfig.h.win32 \ + gwin32.c \ config.h.win32 \ build-dll diff --git a/glib/Makefile.am b/glib/Makefile.am index e1981c0fa..8e9ace69f 100644 --- a/glib/Makefile.am +++ b/glib/Makefile.am @@ -21,6 +21,7 @@ EXTRA_DIST = \ makefile.cygwin \ giowin32.c \ glibconfig.h.win32 \ + gwin32.c \ config.h.win32 \ build-dll