X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=udev%2FMakefile.am;h=6ee72d32062c6c51dd459eb24d6899c217e044f3;hb=2dccc8b0546d06e3d36735ad15526871642252cc;hp=d123c0b3fd23af9aa01df7f1f6d137d02a04fb57;hpb=e4255f115330b949c1caeb561cbe0e39f5225f50;p=elogind.git diff --git a/udev/Makefile.am b/udev/Makefile.am index d123c0b3f..6ee72d320 100644 --- a/udev/Makefile.am +++ b/udev/Makefile.am @@ -10,7 +10,8 @@ noinst_PROGRAMS = \ AM_CPPFLAGS = \ -DSYSCONFDIR=\""$(sysconfdir)"\" \ - -DUDEV_PREFIX=\""$(udev_prefix)"\" + -DUDEV_PREFIX=\""$(udev_prefix)"\" \ + -D_LIBUDEV_COMPILATION common_ldadd = @@ -21,7 +22,6 @@ common_files = \ udev_rules.h \ udev_selinux.h \ udev_sysdeps.h \ - udev_config.c \ udev_db.c \ udev_device.c \ udev_device_event.c \ @@ -32,7 +32,12 @@ common_files = \ udev_sysfs.c \ udev_utils.c \ udev_utils_file.c \ - udev_utils_string.c + udev_utils_string.c \ + lib/libudev.h \ + lib/libudev-private.h \ + lib/libudev.c \ + lib/libudev-utils.c \ + lib/libudev-ctrl.c if USE_SELINUX @@ -45,7 +50,6 @@ endif udevd_SOURCES = \ $(common_files) \ - udevd.h \ udevd.c udevd_LDADD = \