10 lines
155 B
Text
10 lines
155 B
Text
|
## Process this file with automake to produce Makefile.in
|
||
|
|
||
|
AUTOMAKE_OPTIONS = foreign
|
||
|
|
||
|
EXTRA_DIST = \
|
||
|
cuesheet.h \
|
||
|
file.h \
|
||
|
replaygain.h \
|
||
|
seektable.h
|