13 lines
205 B
Text
13 lines
205 B
Text
|
## Process this file with automake to produce Makefile.in
|
||
|
|
||
|
AUTOMAKE_OPTIONS = foreign
|
||
|
|
||
|
SUBDIRS = grabbag
|
||
|
|
||
|
EXTRA_DIST = \
|
||
|
getopt.h \
|
||
|
grabbag.h \
|
||
|
replaygain_analysis.h \
|
||
|
replaygain_synthesis.h \
|
||
|
utf8.h
|