| 1234567891011121314151617181920212223242526 |
- ## $Id$
- 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 \
- lame_acm.xml \
- main.cpp \
- readme.txt \
- resource.h
|