summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile.am2
-rw-r--r--src/Makefile.in2
2 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 73d6724..609829e 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -15,7 +15,7 @@
# permissions and limitations under the License.
EXTRA_DIST=bootstrap.sh README LICENSE src/mod_mime_xattr.c src/Makefile.in
-SUBDIRS=doc
+SUBDIRS=src doc
MAINTAINERCLEANFILES = README
noinst_DATA = README LICENSE
diff --git a/src/Makefile.in b/src/Makefile.in
index 92d3ec5..bfc03ff 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -50,4 +50,4 @@ Makefile: @srcdir@/Makefile.in
(cd .. && ./config.status )
-.PHONY: all install clean reload start restart stop mostlyclean distclean maintainer-clean
+.PHONY: all install clean reload start restart stop mostlyclean distclean maintainer-clean distdir