diff options
Diffstat (limited to 'lib/liblame/ACM/Makefile.am')
-rw-r--r-- | lib/liblame/ACM/Makefile.am | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/lib/liblame/ACM/Makefile.am b/lib/liblame/ACM/Makefile.am new file mode 100644 index 0000000000..c05a1cfa3e --- /dev/null +++ b/lib/liblame/ACM/Makefile.am @@ -0,0 +1,28 @@ +## $Id: Makefile.am,v 1.6 2005/08/21 17:32:07 bouvigne Exp $ + +include $(top_srcdir)/Makefile.am.global + +SUBDIRS = ADbg ddk tinyxml + +EXTRA_DIST = \ + ACM.cpp \ + ACM.h \ + ACMStream.cpp \ + ACMStream.h \ + AEncodeProperties.cpp \ + AEncodeProperties.h \ + DecodeStream.cpp \ + DecodeStream.h \ + LameACM.inf \ + TODO \ + acm.rc \ + adebug.h \ + lame.ico \ + lameACM.def \ + lameACM_vc6.dsp \ + lameACM_vc7.vcproj \ + lame_acm.xml \ + main.cpp \ + readme.txt \ + resource.h + |