summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--tests/Makefile.am4
2 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 52ad6e84f2..121bad9c74 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2008-03-18 Tor Lillqvist <tml@novell.com>
+
+ * tests/Makefile.am: Build testmountoperation only on Unix for now.
+
2008-03-17 Christian Kellner <gicmo@gnome.org>
Implement GtkMountOperation, a subclass of GMountOperation
diff --git a/tests/Makefile.am b/tests/Makefile.am
index f1d6c312b9..4a17e97194 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -52,6 +52,9 @@ TEST_PROGS += textbuffertest
textbuffertest_DEPENDENCIES = $(TEST_DEPS)
textbuffertest_LDADD = $(LDADDS)
textbuffertest_SOURCES = textbuffertest.c pixbuf-init.c
+if OS_UNIX
+TEST_PROGS += testmountoperation
+endif
noinst_PROGRAMS = $(TEST_PROGS) \
simple \
@@ -77,7 +80,6 @@ noinst_PROGRAMS = $(TEST_PROGS) \
testinput \
testmenus \
testmenubars \
- testmountoperation \
testmultidisplay \
testmultiscreen \
testnotebookdnd \