diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2002-10-01 21:51:01 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2002-10-01 21:51:01 +0000 |
commit | 0bf3a73a5fe9a29106144e2f2b7446f3053c6c13 (patch) | |
tree | fc1e4b1413f89b648fb5e462e389515de0aa95e7 | |
parent | 2af45299d0ad47dfa2fa9243cad913636f838175 (diff) |
adding testsuite
Original commit message from CVS:
adding testsuite
-rw-r--r-- | configure.ac | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 848913956..5155f83ed 100644 --- a/configure.ac +++ b/configure.ac @@ -921,8 +921,6 @@ dnl ######################### dnl # Make the output files # dnl ######################### -dnl testsuite/autoplug/Makefile -dnl testsuite/Makefile AC_CONFIG_FILES( Makefile gstreamer-libs.pc @@ -1045,6 +1043,9 @@ examples/dynparams/Makefile examples/capsfilter/Makefile examples/seeking/Makefile examples/Makefile +testsuite/autoplug/Makefile +testsuite/spider/Makefile +testsuite/Makefile tools/Makefile gconf/Makefile ) |