diff options
author | Tor Lillqvist <tml@iki.fi> | 2000-11-28 20:04:08 +0000 |
---|---|---|
committer | Tor Lillqvist <tml@src.gnome.org> | 2000-11-28 20:04:08 +0000 |
commit | 55c7329d515ae763674d8ac6e9e30fc6fedad9cf (patch) | |
tree | be982c4c90c26f47da3b6ab7994a92ea707ae1e5 /Makefile.am | |
parent | fe0f325777257b9266955bc4e091c9deea327a39 (diff) |
Patches by Hans Breuer:
2000-11-28 Tor Lillqvist <tml@iki.fi>
Patches by Hans Breuer:
* gspawn-win32.c: Move the code for gspawn-win32-helper to its own
file.
* makefile.{mingw,msc}.in: Change accordingly.
* gspawn-win32-helper.c: New file.
* Makefile.am (EXTRA_DIST): Add it.
* gmarkup.c (find_current_text_end): Fix assertion not to check an
uninitialised variable.
* gboxed.c: Include <string.h> for memset ().
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 172b44896..d54cbc486 100644 --- a/Makefile.am +++ b/Makefile.am @@ -25,6 +25,7 @@ EXTRA_DIST = \ glibconfig.h.win32.in \ gwin32.c \ gspawn-win32.c \ + gspawn-win32-helper.c \ config.h.win32.in \ build-dll \ glib.rc.in \ |