diff options
author | Lennart Poettering <lennart@poettering.net> | 2011-07-12 00:47:50 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2011-07-12 01:11:40 +0200 |
commit | 7a41c61168632501489a4d054619b86f529a02e7 (patch) | |
tree | f257f8d3c29eb2781f409a10ff3af289ce38b874 | |
parent | d98b9b63456dd2e99261ae1ddd4cb635c5e11b69 (diff) |
build-sys: add a number of missing header files to EXTRA_DIST
-rw-r--r-- | Makefile.am | 12 | ||||
-rw-r--r-- | TODO | 4 |
2 files changed, 15 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 3ca0b8030c..96e8838669 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 \ @@ -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. |