mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-10 11:14:05 +02:00
Fix make dist
svn path=/trunk/; revision=6177
This commit is contained in:
@@ -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>
|
2007-12-20 16:34:04 Tim Janik <timj@imendio.com>
|
||||||
|
|
||||||
* glib/gtester-report: commented class definitions. moved HTML character
|
* glib/gtester-report: commented class definitions. moved HTML character
|
||||||
|
@@ -295,13 +295,14 @@ libglib_2_0_la_LDFLAGS = \
|
|||||||
|
|
||||||
INSTALL_PROGS=
|
INSTALL_PROGS=
|
||||||
|
|
||||||
|
gspawn-win32-helper-console.c:
|
||||||
|
echo '#include "gspawn-win32-helper.c"' >$@
|
||||||
|
|
||||||
if OS_WIN32
|
if OS_WIN32
|
||||||
INSTALL_PROGS += gspawn-win32-helper gspawn-win32-helper-console
|
INSTALL_PROGS += gspawn-win32-helper gspawn-win32-helper-console
|
||||||
gspawn_win32_helper_LDADD = libglib-2.0.la
|
gspawn_win32_helper_LDADD = libglib-2.0.la
|
||||||
gspawn_win32_helper_LDFLAGS = -mwindows
|
gspawn_win32_helper_LDFLAGS = -mwindows
|
||||||
gspawn_win32_helper_console_LDADD = libglib-2.0.la
|
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
|
glib-win32-res.o: glib.rc
|
||||||
$(WINDRES) glib.rc $@
|
$(WINDRES) glib.rc $@
|
||||||
|
Reference in New Issue
Block a user