Description: disable tests
 Tests fail to run without a running X-session.
 This patch prevents tests from being built.
Author: Rico Rommel <rico@bierrommel.de>

--- a/Makefile.am
+++ b/Makefile.am
@@ -11,7 +11,6 @@
   fsoresource \
   fsotest \
   vapi \
-  tests \
   $(NULL)
 
 EXTRA_DIST += \
--- a/configure.ac
+++ b/configure.ac
@@ -181,14 +181,7 @@
   fsoframework/fsoframework-2.0.pc
   fsoframework/Makefile
   fsotest/fsotest-2.0.pc
-  fsotest/Makefile
-  tests/Makefile
-  tests/fsosystem/Makefile
-  tests/fsobasics/Makefile
-  tests/fsotransport/Makefile
-  tests/fsoresource/Makefile
-  tests/fsotest/Makefile
-  tests/fsoframework/Makefile])
+  fsotest/Makefile])
 AC_OUTPUT
 
 #########################################################################################
