diff options
author | Tor Lillqvist <tml@novell.com> | 2008-03-17 22:41:55 +0000 |
---|---|---|
committer | Tor Lillqvist <tml@src.gnome.org> | 2008-03-17 22:41:55 +0000 |
commit | 39e8f9e58a6601aed8d6f8d271d6ae6f68d0a0a5 (patch) | |
tree | 68f4379a0e7e764d7335bb431741d7214858368e /tests | |
parent | e1092e9a60c6ff1faa8cf0e89f3d39ee334e17cd (diff) | |
download | gdk-pixbuf-39e8f9e58a6601aed8d6f8d271d6ae6f68d0a0a5.tar.gz |
Build testmountoperation only on Unix for now.
2008-03-18 Tor Lillqvist <tml@novell.com>
* tests/Makefile.am: Build testmountoperation only on Unix for now.
svn path=/trunk/; revision=19895
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index f1d6c312b..4a17e9719 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 \ |