summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index abc6f40a06..1995168536 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -2,8 +2,7 @@ ACLOCAL_AMFLAGS = -I m4
SUBDIRS = \
libudev \
- udev \
- gudev
+ udev
# Helper programs
SUBDIRS += \
@@ -15,6 +14,11 @@ SUBDIRS += \
scsi_id \
v4l_id
+if ENABLE_GUDEV
+SUBDIRS += \
+ gudev
+endif
+
if ENABLE_KEYMAP
SUBDIRS += \
keymap