added Makefile generation for gstaudio library
authorThomas Vander Stichele <thomas@apestaart.org>
Wed, 6 Jun 2001 14:14:53 +0000 (14:14 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Wed, 6 Jun 2001 14:14:53 +0000 (14:14 +0000)
Original commit message from CVS:
added Makefile generation for gstaudio library

configure.base
libs/Makefile.am

index 3b41db5..df854af 100644 (file)
@@ -1106,6 +1106,7 @@ libs/getbits/Makefile
 libs/putbits/Makefile
 libs/winloader/Makefile
 libs/idct/Makefile
+libs/audio/Makefile
 plugins/Makefile
 plugins/aasink/Makefile
 plugins/alsa/Makefile
index 7b895f0..b7f84ae 100644 (file)
@@ -4,6 +4,6 @@ else
 GSTARCH_SUBDS =
 endif
 
-SUBDIRS = riff colorspace getbits putbits idct videoscale $(GSTARCH_SUBDS)
+SUBDIRS = riff colorspace getbits putbits idct videoscale audio $(GSTARCH_SUBDS)
 
-DIST_SUBDIRS = riff colorspace getbits putbits videoscale winloader idct
+DIST_SUBDIRS = riff colorspace getbits putbits videoscale winloader audio idct