6 lines
176 B
Makefile
6 lines
176 B
Makefile
# Need 1.7 for subdir support. (Well, 1.4 doesn't work, I don't know if anything between does.)
|
|
AUTOMAKE_OPTIONS = 1.7 foreign
|
|
SUBDIRS = src
|
|
ACLOCAL_AMFLAGS = -I autoconf/m4
|
|
|