m4macros: EXTRA_DIST m4 macros from its own directory

This commit is contained in:
Mukund Sivaraman 2009-09-13 04:12:32 +05:30
parent 49971a76b9
commit 9b6975c9eb
3 changed files with 6 additions and 6 deletions

View File

@ -1,8 +1,4 @@
# The following files are required for the build process EXTRA_DIST = TODO autogen.sh
CONFIG_FILES = \ SUBDIRS = src data etc doc m4macros packaging
m4macros/typecheck.m4 m4macros/argenable.m4
EXTRA_DIST = $(CONFIG_FILES) TODO autogen.sh
SUBDIRS = src data etc doc packaging

View File

@ -331,6 +331,7 @@ data/templates/Makefile
etc/Makefile etc/Makefile
doc/Makefile doc/Makefile
doc/man8/Makefile doc/man8/Makefile
m4macros/Makefile
packaging/Makefile packaging/Makefile
packaging/fedora/tinyproxy.spec packaging/fedora/tinyproxy.spec
packaging/fedora/Makefile packaging/fedora/Makefile

3
m4macros/Makefile.am Normal file
View File

@ -0,0 +1,3 @@
EXTRA_DIST = \
argenable.m4 \
typecheck.m4