added Makefile generation for gstaudio library

Original commit message from CVS:
added Makefile generation for gstaudio library
This commit is contained in:
Thomas Vander Stichele 2001-06-06 14:14:53 +00:00
parent fe7b1abb42
commit fdac74d01c
2 changed files with 3 additions and 2 deletions

View file

@ -1106,6 +1106,7 @@ libs/getbits/Makefile
libs/putbits/Makefile libs/putbits/Makefile
libs/winloader/Makefile libs/winloader/Makefile
libs/idct/Makefile libs/idct/Makefile
libs/audio/Makefile
plugins/Makefile plugins/Makefile
plugins/aasink/Makefile plugins/aasink/Makefile
plugins/alsa/Makefile plugins/alsa/Makefile

View file

@ -4,6 +4,6 @@ else
GSTARCH_SUBDS = GSTARCH_SUBDS =
endif 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