summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2006-04-18 18:44:44 +0000
committerLennart Poettering <lennart@poettering.net>2006-04-18 18:44:44 +0000
commit9ad753ed1f4114f2f1e1fa308958f3ff7815b70a (patch)
tree39d93ef25c243158abfeb39afc554d1bb902a196
parent65fd9b315b8c5ace2774d255b268187bf52b246d (diff)
fix "make distccheck" properly
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@752 fefdeb5f-60dc-0310-8127-8f9354f1896f
-rw-r--r--Makefile.am2
-rw-r--r--doxygen/Makefile.am6
2 files changed, 1 insertions, 7 deletions
diff --git a/Makefile.am b/Makefile.am
index d8032baa..8d34ca89 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -18,7 +18,7 @@
# USA.
EXTRA_DIST = bootstrap.sh LICENSE doxygen/Makefile.am doxygen/Makefile.in doxygen/doxygen.conf.in libtool.m4 ltdl.m4
-SUBDIRS=libltdl src doc
+SUBDIRS=libltdl src doc doxygen
MAINTAINERCLEANFILES =
noinst_DATA =
diff --git a/doxygen/Makefile.am b/doxygen/Makefile.am
index a68db577..8feec733 100644
--- a/doxygen/Makefile.am
+++ b/doxygen/Makefile.am
@@ -20,12 +20,6 @@
doxygen: doxygen.conf
doxygen $<
-distclean-local:
- -rm -f doxygen.conf Makefile
-
-maintainerc-cleanlocal:
- -rm -f Makefile.in
-
clean-local:
-rm -rf html