summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2013-11-05 16:09:36 +0000
committerTim-Philipp Müller <tim@centricular.com>2013-11-05 16:09:36 +0000
commitd30256648348fc53ac30bed0900ce578f0eb4f86 (patch)
tree4a9d258c72fef650b4d14ef56d7b89de80a69bb8
parent09703d64637b8edcaf34798466c3c057767b147e (diff)
Fix build while tests/check/ is missing
-rw-r--r--configure.ac2
-rw-r--r--tests/Makefile.am2
2 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 196675b..4cb9a0b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -254,6 +254,7 @@ AC_SUBST(GSS_LIBS)
AS_HOST_DEFINES()
+#tests/check/Makefile
AC_CONFIG_FILES([
Makefile
doc/Makefile
@@ -263,7 +264,6 @@ pkgconfig/gst-streaming-server-uninstalled.pc
pkgconfig/gst-streaming-server.pc
tools/Makefile
tests/Makefile
-tests/check/Makefile
doc/version.entities
po/Makefile.in
common/Makefile
diff --git a/tests/Makefile.am b/tests/Makefile.am
index cd7a03c..50d2a64 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -1,5 +1,5 @@
-SUBDIRS = check
+#SUBDIRS = check
check-local: