From 02fdf66d848aaf24dabbe0ef5e1debe90af439bb Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Wed, 7 Sep 2005 09:56:53 +0000 Subject: [PATCH] Must have the rule to create gspawn-win32-helper-console.c outside if OS_WIN32, as it is included in the distributed files. --- glib/Makefile.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/glib/Makefile.am b/glib/Makefile.am index 49f69fc3d..72f2dc574 100644 --- a/glib/Makefile.am +++ b/glib/Makefile.am @@ -234,13 +234,13 @@ gspawn_win32_helper_LDADD = libglib-2.0.la gspawn_win32_helper_LDFLAGS = -mwindows gspawn_win32_helper_console_LDADD = libglib-2.0.la -gspawn-win32-helper-console.c: - echo '#include "gspawn-win32-helper.c"' >$@ - glib-win32-res.o: glib.rc $(WINDRES) glib.rc $@ endif +gspawn-win32-helper-console.c: + echo '#include "gspawn-win32-helper.c"' >$@ + glib-2.0.lib: libglib-2.0.la glib.def lib -name:libglib-2.0-$(LT_CURRENT_MINUS_AGE).dll -def:glib.def -out:$@