summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2006-01-23 01:25:12 +0000
committerLennart Poettering <lennart@poettering.net>2006-01-23 01:25:12 +0000
commit0184232ca9fdbffec8a7f0d72a49f9a1f4959634 (patch)
treedfccad6ca4e5f3682cfc7f634e1f33b0ab72f697
parent7d16087af40ce45b900ee790dde3dcb79c6e7539 (diff)
really fix "make dist"
git-svn-id: file:///home/lennart/svn/public/mod_mime_xattr/trunk@14 f01872de-66d6-0310-9185-fc3b30f50adc
-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