From fe659612e40e6a0cf91a73b10aa45eea958b747e Mon Sep 17 00:00:00 2001 From: Umut Tezduyar Lindskog Date: Fri, 19 Dec 2014 11:47:30 +0100 Subject: build: add option to disable hwdb [tomegun: fix Makefile-man.am, based on fix from Michael Biebl] --- Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 86bcfdfd8b..baa1398a41 100644 --- a/Makefile.am +++ b/Makefile.am @@ -3608,6 +3608,7 @@ udevadm_LDADD = \ libudev-core.la # ------------------------------------------------------------------------------ +if ENABLE_HWDB INSTALL_DIRS += \ $(sysconfdir)/udev/hwdb.d @@ -3656,6 +3657,7 @@ INSTALL_DATA_HOOKS += \ hwdb-remove-hook: -test -n "$(DESTDIR)" || rm -f /etc/udev/hwdb.bin +endif # ------------------------------------------------------------------------------ TESTS += \ -- cgit v1.2.3-54-g00ecf