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