26 lines
414 B
Makefile
26 lines
414 B
Makefile
## $Id: Makefile.am,v 1.7 2008/11/09 13:50:16 aleidinger 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 \
|
|
lame_acm.xml \
|
|
main.cpp \
|
|
readme.txt \
|
|
resource.h
|
|
|