diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2006-04-01 16:50:49 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2006-04-01 16:50:49 +0000 |
commit | 99d8cf0d15a412b1e3452a95cc2a5b94a47da2fc (patch) | |
tree | a268bd9ce2ed59a695abfa493c37308e6ef0b1a9 /tests/Makefile.am | |
parent | 3bf58dfa1c11135e4fd25cacb52b410f846ac8d1 (diff) | |
download | gst-plugins-bad-99d8cf0d15a412b1e3452a95cc2a5b94a47da2fc.tar.gz gst-plugins-bad-99d8cf0d15a412b1e3452a95cc2a5b94a47da2fc.tar.bz2 gst-plugins-bad-99d8cf0d15a412b1e3452a95cc2a5b94a47da2fc.zip |
add taglib checks and docs
Original commit message from CVS:
add taglib checks and docs
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r-- | tests/Makefile.am | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index 0658f015..aababe77 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -1,3 +1,9 @@ +if HAVE_CHECK +SUBDIRS_CHECK = check +else +SUBDIRS_CHECK = +endif + if USE_X SUBDIRS_ICLES = icles else @@ -5,7 +11,9 @@ SUBDIRS_ICLES = endif SUBDIRS = \ + $(SUBDIRS_CHECK) \ $(SUBDIRS_ICLES) DIST_SUBDIRS = \ + check \ icles |