mirror of
https://github.com/systemd/systemd-stable.git
synced 2024-12-23 17:34:00 +03:00
build-sys: add missing header files to tarball
This commit is contained in:
parent
0b5d26f95d
commit
30b89475ee
@ -409,6 +409,7 @@ EXTRA_DIST += \
|
||||
src/list.h \
|
||||
src/securebits.h \
|
||||
src/linux/auto_dev-ioctl.h \
|
||||
src/linux/fanotify.h \
|
||||
src/initreq.h \
|
||||
src/sd-daemon.h \
|
||||
src/special.h \
|
||||
@ -417,7 +418,8 @@ EXTRA_DIST += \
|
||||
src/cgroup-show.h \
|
||||
src/utmp-wtmp.h \
|
||||
src/build.h \
|
||||
src/shutdownd.h
|
||||
src/shutdownd.h \
|
||||
src/readahead-common.h
|
||||
|
||||
MANPAGES = \
|
||||
man/systemd.1 \
|
||||
|
4
fixme
4
fixme
@ -95,14 +95,10 @@
|
||||
|
||||
* readahead: btrfs/LVM SSD detection
|
||||
|
||||
* LSB provides should only create targets, never aliases
|
||||
|
||||
* stability promise must say that #ifdef TARGET_XXX style distro compatibility will go away one day
|
||||
|
||||
* drop empty assignments for parse_env_file
|
||||
|
||||
* #include "fanotify.h"
|
||||
|
||||
External:
|
||||
|
||||
* place /etc/inittab with explaining blurb.
|
||||
|
Loading…
Reference in New Issue
Block a user