forked from AuroraMiddleware/gtk
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:
parent
cd23f1e080
commit
eb1233d11b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user