From aed6d01d1454293ddaba84a5bd1a666385f44f62 Mon Sep 17 00:00:00 2001 From: Alexander Larsson Date: Tue, 20 Mar 2012 10:18:32 +0100 Subject: [PATCH] Only build actions test on unix It depends on gdbus-sessionbus.c which only builds on unix. --- gio/tests/Makefile.am | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/gio/tests/Makefile.am b/gio/tests/Makefile.am index 59592b12e..b9dc4b587 100644 --- a/gio/tests/Makefile.am +++ b/gio/tests/Makefile.am @@ -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 \