Fix make dist

svn path=/trunk/; revision=6177
This commit is contained in:
Matthias Clasen 2007-12-20 15:50:08 +00:00
parent 798aaac34f
commit 0c99959a79
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2007-12-20 Matthias Clasen <mclasen@redhat.com>
* glib/Makefile.am: Fix make dist
2007-12-20 16:34:04 Tim Janik <timj@imendio.com>
* glib/gtester-report: commented class definitions. moved HTML character

View File

@ -295,13 +295,14 @@ libglib_2_0_la_LDFLAGS = \
INSTALL_PROGS=
gspawn-win32-helper-console.c:
echo '#include "gspawn-win32-helper.c"' >$@
if OS_WIN32
INSTALL_PROGS += gspawn-win32-helper gspawn-win32-helper-console
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 $@