diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2001-12-22 23:44:44 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2001-12-22 23:44:44 +0000 |
commit | 6193def94553b6d3e7f39fa975737d43b033a365 (patch) | |
tree | bca8c19e69b0b8119d269c9aa437538b0481c153 /gst-libs/Makefile.am | |
parent | 41585b7e7836988c2e6ca136f8a85733ff2dc3cc (diff) | |
download | gst-plugins-bad-6193def94553b6d3e7f39fa975737d43b033a365.tar.gz gst-plugins-bad-6193def94553b6d3e7f39fa975737d43b033a365.tar.bz2 gst-plugins-bad-6193def94553b6d3e7f39fa975737d43b033a365.zip |
audio lib removed from this dir
Original commit message from CVS:
audio lib removed from this dir
Diffstat (limited to 'gst-libs/Makefile.am')
-rw-r--r-- | gst-libs/Makefile.am | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/gst-libs/Makefile.am b/gst-libs/Makefile.am index 5d413858..003bbf64 100644 --- a/gst-libs/Makefile.am +++ b/gst-libs/Makefile.am @@ -1,5 +1,3 @@ -SUBDIRS = audio -# riff getbits putbits idct bytestream control resample +SUBDIRS = gst -DIST_SUBDIRS = audio -# riff getbits putbits idct bytestream control resample +DIST_SUBDIRS = gst |