summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am7
1 files changed, 6 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 46c376b5d9..e0fe7fc814 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -4,7 +4,6 @@ DISTCHECK_CONFIGURE_FLAGS=--enable-gtk-doc
SUBDIRS = \
src \
rules \
- hwdb \
docs \
test
@@ -12,3 +11,9 @@ if ENABLE_MANPAGES
SUBDIRS += \
man
endif
+
+if ENABLE_HWDB
+SUBDIRS += \
+ hwdb
+endif
+