1## Process this file with automake to produce Makefile.in
2
3AUTOMAKE_OPTIONS = foreign
4
5SUBDIRS = grabbag
6
7EXTRA_DIST = \
8	alloc.h \
9    endswap.h \
10	getopt.h \
11	grabbag.h \
12	replaygain_analysis.h \
13	replaygain_synthesis.h \
14	utf8.h
15