13 lines
205 B
Makefile
13 lines
205 B
Makefile
## 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
|