3 lines
175 B
Makefile
3 lines
175 B
Makefile
AUTOMAKE_OPTIONS = foreign # Do not generate GNU files (COPYING, etc.)
|
|
SUBDIRS = src # Source subdirectory.
|
|
ACLOCAL_AMFLAGS = -I m4 # Autoconf flags; m4 is the language used.
|