glib r6478 - in trunk/gio: . tests
- From: tml svn gnome org
- To: svn-commits-list gnome org
- Subject: glib r6478 - in trunk/gio: . tests
- Date: Thu, 7 Feb 2008 09:56:25 +0000 (GMT)
Author: tml
Date: Thu Feb 7 09:56:25 2008
New Revision: 6478
URL: http://svn.gnome.org/viewvc/glib?rev=6478&view=rev
Log:
2008-02-07 Tor Lillqvist <tml novell com>
* tests/Makefile.am (TEST_PROGS): live-g-file won't build on
Windows, too Unix-specific.
Modified:
trunk/gio/ChangeLog
trunk/gio/tests/Makefile.am
Modified: trunk/gio/tests/Makefile.am
==============================================================================
--- trunk/gio/tests/Makefile.am (original)
+++ trunk/gio/tests/Makefile.am Thu Feb 7 09:56:25 2008
@@ -16,7 +16,11 @@
$(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)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]