diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2001-12-21 11:46:15 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2001-12-21 11:46:15 +0000 |
commit | 3383f7c142fda4fb85faa1dfd9ae200b8277207a (patch) | |
tree | 3cf2e1cbe2dfaa95f8e90253097f5580cf1eb7ba /Makefile.am | |
parent | cc33fd24dbcd64369f1b6ce297f6eca9c0117b9f (diff) | |
download | gst-plugins-bad-3383f7c142fda4fb85faa1dfd9ae200b8277207a.tar.gz gst-plugins-bad-3383f7c142fda4fb85faa1dfd9ae200b8277207a.tar.bz2 gst-plugins-bad-3383f7c142fda4fb85faa1dfd9ae200b8277207a.zip |
fixed some GST_LIBS stuff added audiofile added gst-libs/audio building
Original commit message from CVS:
fixed some GST_LIBS stuff
added audiofile
added gst-libs/audio building
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 099534f7..b9e2a8d3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,3 +1,3 @@ -SUBDIRS=sys ext +SUBDIRS=gst sys ext gst-libs -DIST_SUBDIRS=sys ext +DIST_SUBDIRS=gst sys ext gst-libs |