diff options
author | Andy Wingo <wingo@pobox.com> | 2002-01-04 08:16:35 +0000 |
---|---|---|
committer | Andy Wingo <wingo@pobox.com> | 2002-01-04 08:16:35 +0000 |
commit | cb39f3f57f2226a4ed22108819393224f3b8013a (patch) | |
tree | 2de4d89918efe14dceeb507047f4c7cfa0465d60 | |
parent | c22c6a4c429837316b3a30e8a4f669e0d4eb3e9c (diff) | |
download | gst-plugins-bad-cb39f3f57f2226a4ed22108819393224f3b8013a.tar.gz gst-plugins-bad-cb39f3f57f2226a4ed22108819393224f3b8013a.tar.bz2 gst-plugins-bad-cb39f3f57f2226a4ed22108819393224f3b8013a.zip |
s/gstreamer/gst/ (it was already changed, this just allows make dist to go thru)
Original commit message from CVS:
s/gstreamer/gst/ (it was already changed, this just allows make dist to go thru)
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 1ed62970..546cdb77 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2,4 +2,4 @@ SUBDIRS=gst-libs gst sys ext DIST_SUBDIRS=gst-libs gst sys ext -EXTRA_DIST=gstreamer-plugins.spec depcomp AUTHORS COPYING README ChangeLog +EXTRA_DIST=gst-plugins.spec depcomp AUTHORS COPYING README ChangeLog |