Fix build breakage on non-Unix

gdesktopappinfo.h does is in gio-unix headers, so can compile
testapplication only on Unix.
This commit is contained in:
Tor Lillqvist 2010-06-09 11:10:22 +03:00
parent cd23f1e080
commit eb1233d11b

View File

@ -32,7 +32,6 @@ noinst_PROGRAMS = $(TEST_PROGS) \
print-editor \
extendedlayoutexample \
testaccel \
testapplication \
testassistant \
testbbox \
testbuttons \
@ -98,6 +97,10 @@ noinst_PROGRAMS = $(TEST_PROGS) \
testtooltips \
testvolumebutton
if OS_UNIX
noinst_PROGRAMS += testapplication
endif
if HAVE_CXX
noinst_PROGRAMS += autotestkeywords
TESTS = autotestkeywords