summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorDaniel Drake <dsd@gentoo.org>2008-03-23 21:17:32 +0000
committerDaniel Drake <dsd@gentoo.org>2008-03-23 21:17:32 +0000
commitb1ade6fca668d8aa156d5b5bf3a933f116144dc2 (patch)
tree898dde4cbd76b896da812262470476c3675bf2ac /Makefile.am
parent62077b7fa5b222e1bb9dea3467585aed69d596e2 (diff)
downloadlibusb-b1ade6fca668d8aa156d5b5bf3a933f116144dc2.tar.gz
distcheck fix for docs
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index aecbe83..44a3452 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,7 +1,7 @@
AUTOMAKE_OPTIONS = dist-bzip2
DISTCLEANFILES = ChangeLog libusb-1.0.pc
EXTRA_DIST = TODO
-SUBDIRS = libusb
+SUBDIRS = libusb doc
if BUILD_EXAMPLES
SUBDIRS += examples