diff options
author | Andy Wingo <wingo@pobox.com> | 2002-02-16 17:53:58 +0000 |
---|---|---|
committer | Andy Wingo <wingo@pobox.com> | 2002-02-16 17:53:58 +0000 |
commit | dfc0a361c797241d68a87876fa1610c2e230a44a (patch) | |
tree | d080e6751684b2ffa90f7777da3730a76fe153c9 /Makefile.am | |
parent | f0f64e0786362645af88cedd4db4d950ff5aec89 (diff) |
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 f29fe334d..8631a72ab 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 |