summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMukund Sivaraman <muks@banu.com>2009-09-13 04:12:32 +0530
committerMukund Sivaraman <muks@banu.com>2009-09-13 04:12:32 +0530
commit9b6975c9eb6b83b377adabcbfe57652c4446f0a5 (patch)
tree1479ddcfe1fae2571164b8e88936a90249a6bc98
parent49971a76b9d4bd0172830020b6d5895112f80ad3 (diff)
downloadtinyproxy-9b6975c9eb6b83b377adabcbfe57652c4446f0a5.tar.gz
tinyproxy-9b6975c9eb6b83b377adabcbfe57652c4446f0a5.zip
m4macros: EXTRA_DIST m4 macros from its own directory
-rw-r--r--Makefile.am8
-rw-r--r--configure.ac1
-rw-r--r--m4macros/Makefile.am3
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