diff options
author | Steve Baker <steve@stevebaker.org> | 2002-10-27 20:59:41 +0000 |
---|---|---|
committer | Steve Baker <steve@stevebaker.org> | 2002-10-27 20:59:41 +0000 |
commit | ad565493fcf084bcf75810bdab7c02cfde041ac2 (patch) | |
tree | 0a9521830447e6f94986ac90f76ec2857c0d6006 /gst-libs/gst/Makefile.am | |
parent | 246c51cc7eb7b8831d3c258bdfc345e89fb2a765 (diff) | |
download | gst-plugins-bad-ad565493fcf084bcf75810bdab7c02cfde041ac2.tar.gz gst-plugins-bad-ad565493fcf084bcf75810bdab7c02cfde041ac2.tar.bz2 gst-plugins-bad-ad565493fcf084bcf75810bdab7c02cfde041ac2.zip |
libgstplay has a new home. it still needs to be packaged though
Original commit message from CVS:
libgstplay has a new home. it still needs to be packaged though
Diffstat (limited to 'gst-libs/gst/Makefile.am')
-rw-r--r-- | gst-libs/gst/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gst-libs/gst/Makefile.am b/gst-libs/gst/Makefile.am index d6eaa874..1eeac77f 100644 --- a/gst-libs/gst/Makefile.am +++ b/gst-libs/gst/Makefile.am @@ -4,6 +4,6 @@ else GCONF_DIR= endif -SUBDIRS = audio idct resample riff floatcast $(GCONF_DIR) video +SUBDIRS = audio idct resample riff floatcast $(GCONF_DIR) video play -DIST_SUBDIRS = audio idct resample riff floatcast gconf video +DIST_SUBDIRS = audio idct resample riff floatcast gconf video play |