build-sys: move dev-setup to label.la

This commit is contained in:
Kay Sievers 2012-04-18 16:13:37 +02:00
parent 4d46fec56d
commit 88f642c00b
2 changed files with 6 additions and 4 deletions

View File

@ -559,9 +559,7 @@ libsystemd_shared_la_SOURCES = \
src/shared/specifier.c \
src/shared/specifier.h \
src/shared/spawn-polkit-agent.c \
src/shared/spawn-polkit-agent.h \
src/shared/dev-setup.c \
src/shared/dev-setup.h
src/shared/spawn-polkit-agent.h
libsystemd_shared_la_CFLAGS = \
$(AM_CFLAGS) \
@ -602,7 +600,9 @@ libsystemd_label_la_SOURCES = \
src/shared/mkdir.c \
src/shared/mkdir.h \
src/shared/ask-password-api.c \
src/shared/ask-password-api.h
src/shared/ask-password-api.h \
src/shared/dev-setup.c \
src/shared/dev-setup.h
libsystemd_label_la_CFLAGS = \
$(AM_CFLAGS) \

2
TODO
View File

@ -16,6 +16,8 @@ Bugfixes:
* properly handle .mount unit state tracking when two mount points are stacked one on top of another on the exact same mount point.
Features:
* nspawn wants dev_setup() for /dev/fd/ and friends?
* selinux: merge systemd selinux access controls (dwalsh)
* cg_shorten_controllers() misuses alloca()