m4macros: EXTRA_DIST m4 macros from its own directory
This commit is contained in:
parent
49971a76b9
commit
9b6975c9eb
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
3
m4macros/Makefile.am
Normal file
3
m4macros/Makefile.am
Normal file
@ -0,0 +1,3 @@
|
||||
EXTRA_DIST = \
|
||||
argenable.m4 \
|
||||
typecheck.m4
|
Loading…
Reference in New Issue
Block a user