glib r7562 - in trunk/gio: . tests



Author: tml
Date: Tue Sep 30 11:08:38 2008
New Revision: 7562
URL: http://svn.gnome.org/viewvc/glib?rev=7562&view=rev

Log:
2008-09-30  Tor Lillqvist  <tml novell com>

	* tests/Makefile.am: Build desktop-app-info only on Unix.



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	Tue Sep 30 11:08:38 2008
@@ -22,11 +22,10 @@
 	g-file 			\
 	g-file-info 		\
 	data-input-stream 	\
-	data-output-stream 	\
-	desktop-app-info
+	data-output-stream 
 
 if OS_UNIX
-TEST_PROGS += live-g-file unix-streams
+TEST_PROGS += live-g-file unix-streams desktop-app-info
 endif
 
 memory_input_stream_SOURCES	  = memory-input-stream.c



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]