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 | 9b96e8babdd50a0505f81f68f07a3b034f365877 (patch) | |
tree | aeca130d550422acaa6cfadd12fa33a5796f9f6b /Makefile.am | |
parent | fc85b420ccc8dbc97475b2c34d15e0c39e54275a (diff) |
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 099534f71..b9e2a8d32 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 |