14 lines
293 B
Makefile
Executable File
14 lines
293 B
Makefile
Executable File
## Process this file with automake to produce Makefile.in
|
|
|
|
AUTOMAKE_OPTIONS = foreign
|
|
|
|
nobase_include_HEADERS = \
|
|
musepack/config_types.h \
|
|
musepack/decoder.h \
|
|
musepack/huffman.h \
|
|
musepack/math.h \
|
|
musepack/musepack.h \
|
|
musepack/reader.h \
|
|
musepack/requant.h \
|
|
musepack/streaminfo.h
|