From f30c65e0fb58ad96c7ef652c9241bd1fe7deec79 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Mon, 1 Nov 1999 20:47:30 +0000 Subject: [PATCH] Distribute also gwin32.c --- ChangeLog | 1 + ChangeLog.pre-2-0 | 1 + ChangeLog.pre-2-10 | 1 + ChangeLog.pre-2-12 | 1 + ChangeLog.pre-2-2 | 1 + ChangeLog.pre-2-4 | 1 + ChangeLog.pre-2-6 | 1 + ChangeLog.pre-2-8 | 1 + Makefile.am | 1 + glib/Makefile.am | 1 + 10 files changed, 10 insertions(+) diff --git a/ChangeLog b/ChangeLog index 402e7ef..3821edf 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 402e7ef..3821edf 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 402e7ef..3821edf 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 402e7ef..3821edf 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 402e7ef..3821edf 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 402e7ef..3821edf 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 402e7ef..3821edf 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 402e7ef..3821edf 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 e1981c0..8e9ace6 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 e1981c0..8e9ace6 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 -- 2.7.4