mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-02 15:46:17 +01:00
Fix make dist
svn path=/trunk/; revision=6177
This commit is contained in:
parent
798aaac34f
commit
0c99959a79
@ -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
|
||||
|
@ -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 $@
|
||||
|
Loading…
Reference in New Issue
Block a user