12 lines
173 B
Makefile
12 lines
173 B
Makefile
## Process this file with automake to produce Makefile.in
|
|
|
|
AUTOMAKE_OPTIONS = foreign
|
|
|
|
SUBDIRS = grabbag
|
|
|
|
EXTRA_DIST = \
|
|
gain_analysis.h \
|
|
getopt.h \
|
|
grabbag.h \
|
|
utf8.h
|