summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2012-03-26 20:56:54 +0200
committerLennart Poettering <lennart@poettering.net>2012-03-26 20:56:54 +0200
commitc64c338e31f6e96f20560a426dce3cda0a0cc3ab (patch)
tree3488335b0ab4ba31db015c3ae8d3dd00c6b370eb
parent6ad548625e53cb4fcf1fd092b44707777d6a5071 (diff)
build-sys: fix make dist-check
-rw-r--r--Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 6d0b51a09..32ec0e04c 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -645,7 +645,9 @@ EXTRA_DIST += \
src/spawn-agent.h \
src/acl-util.h \
src/logs-show.h \
- src/utf8.h
+ src/utf8.h \
+ src/journal/sparse-endian.h \
+ src/ima-setup.h
MANPAGES = \
man/systemd.1 \