Only build actions test on unix

It depends on gdbus-sessionbus.c which only builds on unix.
This commit is contained in:
Alexander Larsson 2012-03-20 10:18:32 +01:00
parent 322c6e9344
commit aed6d01d14

View File

@ -27,7 +27,6 @@ progs_ldadd = \
TEST_PROGS += \
io-stream \
actions \
memory-input-stream \
memory-output-stream \
readwrite \
@ -65,6 +64,7 @@ TEST_PROGS += \
if OS_UNIX
TEST_PROGS += \
actions \
gdbus-close-pending \
gdbus-connection \
gdbus-connection-flush \
@ -115,7 +115,6 @@ SAMPLE_PROGS = \
gapplication-example-actions \
$(NULL)
if OS_UNIX
TEST_PROGS += \
live-g-file \