Skip to content
This repository has been archived by the owner on Nov 17, 2020. It is now read-only.

Commit

Permalink
live-g-file won't build on Windows, too Unix-specific.
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Tor Lillqvist authored and Tor Lillqvist committed Feb 7, 2008
1 parent 493fdf2 commit 7077781
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
5 changes: 5 additions & 0 deletions gio/ChangeLog
@@ -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
Expand Down
6 changes: 5 additions & 1 deletion gio/tests/Makefile.am
Expand Up @@ -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)
Expand Down

0 comments on commit 7077781

Please sign in to comment.