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 \