diff options
author | Ian Stakenvicius <axs@gentoo.org> | 2012-11-29 15:33:24 -0500 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2012-12-01 13:49:20 -0500 |
commit | ff05ef7ab20ced0f8ae2cd2df313946c3a287bb7 (patch) | |
tree | 3abcfc474319fe5a6c11c8752d1af314529a881e /src/udev/Makefile.am | |
parent | 1bbffd4f09a3715d1897e617ea83eefdcbff2c02 (diff) |
Moved files to libudev that once were in upstream libsystemd-shared
Diffstat (limited to 'src/udev/Makefile.am')
-rw-r--r-- | src/udev/Makefile.am | 30 |
1 files changed, 2 insertions, 28 deletions
diff --git a/src/udev/Makefile.am b/src/udev/Makefile.am index 8f4eafe46e..b65048bf91 100644 --- a/src/udev/Makefile.am +++ b/src/udev/Makefile.am @@ -52,44 +52,18 @@ libudev_core_la_SOURCES = \ udev-builtin-net_id.c \ udev-builtin-path_id.c \ udev-builtin-usb_id.c \ - conf-files.c \ - cgroup-util.c \ dev-setup.c \ - exit-status.c \ - hashmap.c \ label.c \ - log.c \ mkdir.c \ - path-util.c \ sd-daemon.c \ - sd-login.c \ - set.c \ - strbuf.c \ - strv.c \ - util.c + sd-login.c noinst_HEADERS = \ - cgroup-util.h \ - conf-files.h \ - def.h \ dev-setup.h \ - exit-status.h \ - hashmap.h \ - ioprio.h \ label.h \ - log.h \ - macro.h \ - missing.h \ mkdir.h \ - path-util.h \ sd-daemon.h \ - sd-login.h \ - set.h \ - socket-util.h \ - sparse-endian.h \ - strbuf.h \ - strv.h \ - util.h + sd-login.h include_HEADERS = \ udev.h |