Disable examples amd testsuite as long as they have not been ported

This commit is contained in:
Thibault Saunier 2013-08-23 23:08:27 -04:00
parent 637fdac676
commit 63c2d4b01a
2 changed files with 13 additions and 6 deletions

View file

@ -1,4 +1,7 @@
SUBDIRS = common examples testsuite gi
SUBDIRS = common gi
# Examples and testsuite need to be ported to 1.0
#examples testsuite
# include before EXTRA_DIST for win32 assignment
include $(top_srcdir)/common/win32.mak
@ -7,8 +10,9 @@ ACLOCAL_AMFLAGS = -I m4 -I common/m4
include $(top_srcdir)/common/release.mak
check-valgrind:
cd testsuite/ && make check-valgrind
# Examples and testsuite need to be ported to 1.0
# check-valgrind:
# cd testsuite/ && make check-valgrind
check-torture:
@true

View file

@ -19,7 +19,8 @@ dnl check if this is a release version
AS_NANO(GST_CVS="no", GST_CVS="yes")
dnl can autoconf find the source ?
AC_CONFIG_SRCDIR([testsuite/common.py])
# FIXME Port testsuite to 1.0
# AC_CONFIG_SRCDIR([testsuite/common.py])
dnl define the output header for config
AC_CONFIG_HEADERS([config.h])
@ -120,12 +121,14 @@ dnl set release date/time
#["${srcdir}/gst-python.doap"],
#[$PACKAGE_VERSION_MAJOR.$PACKAGE_VERSION_MINOR.$PACKAGE_VERSION_MICRO])
# Examples and testsuite need to be ported to 1.0
# examples/Makefile
# testsuite/Makefile
AC_OUTPUT([
Makefile
common/Makefile
common/m4/Makefile
examples/Makefile
testsuite/Makefile
gi/Makefile
gi/overrides/Makefile
])