summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2010-09-28 18:49:02 +0200
committerLennart Poettering <lennart@poettering.net>2010-09-28 18:49:02 +0200
commit30b89475ee46b15b6876519da4c5fe0858bae8c8 (patch)
tree3b9ea5839aa1217d54e6a79891d190a2540f0c7c /Makefile.am
parent0b5d26f95dd0aceb051f334c109a90e356b38c90 (diff)
build-sys: add missing header files to tarball
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 370a3c6ce9..980cb8f170 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -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 \