build-sys: add a number of missing header files to EXTRA_DIST

This commit is contained in:
Lennart Poettering 2011-07-12 00:47:50 +02:00
parent d98b9b6345
commit 7a41c61168
2 changed files with 15 additions and 1 deletions

View File

@ -608,7 +608,17 @@ EXTRA_DIST += \
src/shutdownd.h \
src/umount.h \
src/readahead-common.h \
src/ask-password-api.h
src/ask-password-api.h \
src/pager.h \
src/sysfs-show.h \
src/polkit.h \
src/logind.h \
src/logind-device.h \
src/logind-seat.h \
src/logind-session.h \
src/logind-user.h \
src/logind-acl.h \
src/dbus-loop.h
MANPAGES = \
man/systemd.1 \

4
TODO
View File

@ -20,6 +20,10 @@ F15 External:
Features:
* add conditions for file executability
* allow creating fifos with tmpfiles
* implement Register= switch in .socket units to enable registration
in Avahi, RPC and other socket registration services.