Build desktop-app-info only on Unix.
authorTor Lillqvist <tml@novell.com>
Tue, 30 Sep 2008 11:08:38 +0000 (11:08 +0000)
committerTor Lillqvist <tml@src.gnome.org>
Tue, 30 Sep 2008 11:08:38 +0000 (11:08 +0000)
2008-09-30  Tor Lillqvist  <tml@novell.com>

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

svn path=/trunk/; revision=7562

gio/ChangeLog
gio/tests/Makefile.am

index d399947..3d072b4 100644 (file)
@@ -1,5 +1,7 @@
 2008-09-30  Tor Lillqvist  <tml@novell.com>
 
+       * tests/Makefile.am: Build desktop-app-info only on Unix.
+
        * glocalfile.c (get_volume_for_path) [Win32]: Avoid a
        g_critical(). Pass a large enough result buffer to
        GetVolumePathNameW(). Just use MAX_PATH.
index 510396f..f3a7eb3 100644 (file)
@@ -22,11 +22,10 @@ TEST_PROGS +=                       \
        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