20 lines
318 B
Makefile
20 lines
318 B
Makefile
|
## Process this file with automake to produce Makefile.in
|
||
|
|
||
|
SUBDIRS = grabbag
|
||
|
|
||
|
EXTRA_DIST = \
|
||
|
alloc.h \
|
||
|
compat.h \
|
||
|
endswap.h \
|
||
|
getopt.h \
|
||
|
grabbag.h \
|
||
|
macros.h \
|
||
|
msvc2005_int.h \
|
||
|
private.h \
|
||
|
replaygain_analysis.h \
|
||
|
replaygain_synthesis.h \
|
||
|
safe_str.h \
|
||
|
utf8.h \
|
||
|
win_utf8_io.h \
|
||
|
windows_unicode_filenames.h
|