mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-04 10:16:17 +01:00
live-g-file won't build on Windows, too Unix-specific.
2008-02-07 Tor Lillqvist <tml@novell.com> * tests/Makefile.am (TEST_PROGS): live-g-file won't build on Windows, too Unix-specific. svn path=/trunk/; revision=6478
This commit is contained in:
parent
493fdf2dea
commit
7077781cc3
@ -1,3 +1,8 @@
|
||||
2008-02-07 Tor Lillqvist <tml@novell.com>
|
||||
|
||||
* tests/Makefile.am (TEST_PROGS): live-g-file won't build on
|
||||
Win32, too Unix-specific.
|
||||
|
||||
2008-02-06 Behdad Esfahbod <behdad@gnome.org>
|
||||
|
||||
* pltcheck.sh: Skip g_bit_*(). Inline functions may end up with
|
||||
|
@ -16,7 +16,11 @@ progs_ldadd = \
|
||||
$(top_builddir)/gio/libgio-2.0.la
|
||||
|
||||
|
||||
TEST_PROGS += memory-input-stream g-file g-file-info data-input-stream data-output-stream live-g-file
|
||||
TEST_PROGS += memory-input-stream g-file g-file-info data-input-stream data-output-stream
|
||||
|
||||
if OS_UNIX
|
||||
TEST_PROGS += live-g-file
|
||||
endif
|
||||
|
||||
memory_input_stream_SOURCES = memory-input-stream.c
|
||||
memory_input_stream_LDADD = $(progs_ldadd)
|
||||
|
Loading…
Reference in New Issue
Block a user