diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2015-05-30 08:50:28 -0400 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2015-05-30 08:50:28 -0400 |
commit | ebb37f6a47f64314a81b40e3befbe3fc9ced8f4a (patch) | |
tree | ab2691599c1fc5ba0db61c5108d87557632c3cb1 /Makefile.am | |
parent | 53997d40dd7f1bbd7f40dcc5602f971cce978a12 (diff) |
configure.ac: add --enable-hwdb option. Address issue #111.eudev/v3.1
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 7 |
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 + |