summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorEric Koegel <eric.koegel@gmail.com>2017-06-21 10:25:45 +0300
committerEric Koegel <eric.koegel@gmail.com>2017-06-21 19:53:15 +0300
commitec1918303a8a0a752b6337f9d957872436259aca (patch)
tree14474a41ba5e89e81e38a1fa24b9b43b4b036e58 /src/Makefile.am
parentaf3eb3e8de4a9936efa5ec600a1ac5a4bd185f6a (diff)
downloadConsoleKit2-ec1918303a8a0a752b6337f9d957872436259aca.tar.gz
chore: more autotools cleanup work
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 9e342ef..bb7d54f 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -203,7 +203,7 @@ endif
console_kit_daemon_SOURCES += $(FILE_MONITOR_BACKEND)
-if HAVE_LIBUDEV
+if USE_UDEV_BACKEND
console_kit_daemon_SOURCES += \
ck-device-udev.c \
$(NULL)