diff options
Diffstat (limited to '')
-rw-r--r-- | Makefile.am | 8 | ||||
-rw-r--r-- | configure.ac | 1 | ||||
-rw-r--r-- | m4macros/Makefile.am | 3 |
3 files changed, 6 insertions, 6 deletions
diff --git a/Makefile.am b/Makefile.am index 7c4fd93..2916e18 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,8 +1,4 @@ -# 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 +EXTRA_DIST = TODO autogen.sh +SUBDIRS = src data etc doc m4macros packaging diff --git a/configure.ac b/configure.ac index 0cb4d24..dcaf93e 100644 --- a/configure.ac +++ b/configure.ac @@ -331,6 +331,7 @@ data/templates/Makefile etc/Makefile doc/Makefile doc/man8/Makefile +m4macros/Makefile packaging/Makefile packaging/fedora/tinyproxy.spec packaging/fedora/Makefile diff --git a/m4macros/Makefile.am b/m4macros/Makefile.am new file mode 100644 index 0000000..8e09385 --- /dev/null +++ b/m4macros/Makefile.am @@ -0,0 +1,3 @@ +EXTRA_DIST = \ + argenable.m4 \ + typecheck.m4 |