chiark / gitweb /
extras: use libudev code
[elogind.git] / udev / Makefile.am
index 7984e5d5f925f7d6a22f48b2654136e06d7b226b..df0370842101e685b8ed3698df9aeb75ace32788 100644 (file)
@@ -16,8 +16,6 @@ AM_CPPFLAGS = \
 common_ldadd =
 
 common_files = \
-       list.h \
-       logging.h \
        udev.h \
        udev_rules.h \
        udev_sysdeps.h \
@@ -32,12 +30,13 @@ common_files = \
        udev_utils.c \
        udev_utils_file.c \
        udev_utils_string.c \
+       lib/list.h \
        lib/libudev.h \
        lib/libudev-private.h \
        lib/libudev.c \
        lib/libudev-device.c \
        lib/libudev-monitor.c \
-       lib/libudev-utils.c \
+       lib/libudev-util.c \
        lib/libudev-ctrl.c
 
 if USE_SELINUX