8 lines
214 B
Makefile
8 lines
214 B
Makefile
## Process this file with automake to create Makefile.in
|
|
AUTOMAKE_OPTIONS = no-dependencies
|
|
|
|
ACLOCAL_AMFLAGS = --acdir=m4
|
|
SUBDIRS = intl po doc src tests djgpp m4 vms bootstrap
|
|
|
|
EXTRA_DIST = TODO README PATCHES-AC
|