11 lines
256 B
Makefile
11 lines
256 B
Makefile
|
|
# The following files are required for the build process
|
|
CONFIG_FILES = \
|
|
config.guess config.sub \
|
|
install-sh missing \
|
|
m4macros/typecheck.m4 m4macros/argenable.m4
|
|
|
|
EXTRA_DIST = $(CONFIG_FILES) TODO autogen.sh
|
|
SUBDIRS = src data etc doc packaging
|
|
|