diff options
author | Andy Wingo <wingo@pobox.com> | 2002-02-16 17:53:57 +0000 |
---|---|---|
committer | Andy Wingo <wingo@pobox.com> | 2002-02-16 17:53:57 +0000 |
commit | 41871aa330660894ede1f879f96bcb7214685ea3 (patch) | |
tree | ed70bab85c614763452c57037109c5ad82ce701b /Makefile.am | |
parent | 37016f782941c887086e96589cadb68e581192f8 (diff) | |
download | gst-plugins-bad-41871aa330660894ede1f879f96bcb7214685ea3.tar.gz gst-plugins-bad-41871aa330660894ede1f879f96bcb7214685ea3.tar.bz2 gst-plugins-bad-41871aa330660894ede1f879f96bcb7214685ea3.zip |
add 'toolsdir' to the pc files add our first plugin test, which involves simply running gst-compprep, which in the co...
Original commit message from CVS:
* add 'toolsdir' to the pc files
* add our first plugin test, which involves simply running gst-compprep,
which in the course of creating the completion registry instantiates every
plugin. gst-register is run first.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index f29fe334..8631a72a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +1,5 @@ -SUBDIRS=gst-libs gst sys ext examples tools +SUBDIRS=gst-libs gst sys ext examples tools testsuite -DIST_SUBDIRS=gst-libs gst sys ext examples tools +DIST_SUBDIRS=gst-libs gst sys ext examples tools testsuite EXTRA_DIST=gst-plugins.spec depcomp AUTHORS COPYING README RELEASE ChangeLog autogen.sh |