Build desktop-app-info only on Unix.

2008-09-30  Tor Lillqvist  <tml@novell.com>

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


svn path=/trunk/; revision=7562
This commit is contained in:
Tor Lillqvist 2008-09-30 11:08:38 +00:00 committed by Tor Lillqvist
parent 801da1dfc1
commit 402d950ec7
2 changed files with 4 additions and 3 deletions

View 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.

View 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