mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 03:16:17 +01:00
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:
parent
801da1dfc1
commit
402d950ec7
@ -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.
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user