From: Tor Lillqvist Date: Mon, 1 Nov 1999 20:47:30 +0000 (+0000) Subject: Distribute also gwin32.c X-Git-Tag: GLIB_1_3_1~129 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f30c65e0fb58ad96c7ef652c9241bd1fe7deec79;p=platform%2Fupstream%2Fglib.git Distribute also gwin32.c --- 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