blob: 7c4fd937f45059f6904efb0909a71b5f3a7e83b8 (
plain)
1
2
3
4
5
6
7
8
|
# The following files are required for the build process
CONFIG_FILES = \
m4macros/typecheck.m4 m4macros/argenable.m4
EXTRA_DIST = $(CONFIG_FILES) TODO autogen.sh
SUBDIRS = src data etc doc packaging
|