From 03f512769d6ea568581698c15f27dfaf58f0b995 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Mon, 16 Oct 2000 18:55:38 +0000 Subject: [PATCH] Add gspawn-win32.c to EXTRA_DIST. --- ChangeLog | 2 ++ ChangeLog.pre-2-0 | 2 ++ ChangeLog.pre-2-10 | 2 ++ ChangeLog.pre-2-12 | 2 ++ ChangeLog.pre-2-2 | 2 ++ ChangeLog.pre-2-4 | 2 ++ ChangeLog.pre-2-6 | 2 ++ ChangeLog.pre-2-8 | 2 ++ Makefile.am | 1 + glib/Makefile.am | 1 + 10 files changed, 18 insertions(+) diff --git a/ChangeLog b/ChangeLog index 6c18f42c6..cf54a2156 100644 --- a/ChangeLog +++ b/ChangeLog @@ -16,6 +16,8 @@ CreateProcess directly, it probably could. (Now we use the spawnv* functions from msvcrt.) + * Makefile.am (EXTRA_DIST): Add gspawn-win32.c + * glib.def: Add new entry points. * glib.def diff --git a/ChangeLog.pre-2-0 b/ChangeLog.pre-2-0 index 6c18f42c6..cf54a2156 100644 --- a/ChangeLog.pre-2-0 +++ b/ChangeLog.pre-2-0 @@ -16,6 +16,8 @@ CreateProcess directly, it probably could. (Now we use the spawnv* functions from msvcrt.) + * Makefile.am (EXTRA_DIST): Add gspawn-win32.c + * glib.def: Add new entry points. * glib.def diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 6c18f42c6..cf54a2156 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -16,6 +16,8 @@ CreateProcess directly, it probably could. (Now we use the spawnv* functions from msvcrt.) + * Makefile.am (EXTRA_DIST): Add gspawn-win32.c + * glib.def: Add new entry points. * glib.def diff --git a/ChangeLog.pre-2-12 b/ChangeLog.pre-2-12 index 6c18f42c6..cf54a2156 100644 --- a/ChangeLog.pre-2-12 +++ b/ChangeLog.pre-2-12 @@ -16,6 +16,8 @@ CreateProcess directly, it probably could. (Now we use the spawnv* functions from msvcrt.) + * Makefile.am (EXTRA_DIST): Add gspawn-win32.c + * glib.def: Add new entry points. * glib.def diff --git a/ChangeLog.pre-2-2 b/ChangeLog.pre-2-2 index 6c18f42c6..cf54a2156 100644 --- a/ChangeLog.pre-2-2 +++ b/ChangeLog.pre-2-2 @@ -16,6 +16,8 @@ CreateProcess directly, it probably could. (Now we use the spawnv* functions from msvcrt.) + * Makefile.am (EXTRA_DIST): Add gspawn-win32.c + * glib.def: Add new entry points. * glib.def diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index 6c18f42c6..cf54a2156 100644 --- a/ChangeLog.pre-2-4 +++ b/ChangeLog.pre-2-4 @@ -16,6 +16,8 @@ CreateProcess directly, it probably could. (Now we use the spawnv* functions from msvcrt.) + * Makefile.am (EXTRA_DIST): Add gspawn-win32.c + * glib.def: Add new entry points. * glib.def diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index 6c18f42c6..cf54a2156 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -16,6 +16,8 @@ CreateProcess directly, it probably could. (Now we use the spawnv* functions from msvcrt.) + * Makefile.am (EXTRA_DIST): Add gspawn-win32.c + * glib.def: Add new entry points. * glib.def diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index 6c18f42c6..cf54a2156 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -16,6 +16,8 @@ CreateProcess directly, it probably could. (Now we use the spawnv* functions from msvcrt.) + * Makefile.am (EXTRA_DIST): Add gspawn-win32.c + * glib.def: Add new entry points. * glib.def diff --git a/Makefile.am b/Makefile.am index efb1bcc37..5f1fe7a66 100644 --- a/Makefile.am +++ b/Makefile.am @@ -24,6 +24,7 @@ EXTRA_DIST = \ giowin32.c \ glibconfig.h.win32.in \ gwin32.c \ + gspawn-win32.c \ config.h.win32.in \ build-dll \ glib.rc.in \ diff --git a/glib/Makefile.am b/glib/Makefile.am index efb1bcc37..5f1fe7a66 100644 --- a/glib/Makefile.am +++ b/glib/Makefile.am @@ -24,6 +24,7 @@ EXTRA_DIST = \ giowin32.c \ glibconfig.h.win32.in \ gwin32.c \ + gspawn-win32.c \ config.h.win32.in \ build-dll \ glib.rc.in \