diff options
author | Lennart Poettering <lennart@poettering.net> | 2006-04-18 18:44:44 +0000 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2006-04-18 18:44:44 +0000 |
commit | 9ad753ed1f4114f2f1e1fa308958f3ff7815b70a (patch) | |
tree | 39d93ef25c243158abfeb39afc554d1bb902a196 /Makefile.am | |
parent | 65fd9b315b8c5ace2774d255b268187bf52b246d (diff) |
fix "make distccheck" properly
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@752 fefdeb5f-60dc-0310-8127-8f9354f1896f
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 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 = |