From: Tollef Fog Heen Date: Sun, 9 May 2010 23:17:49 +0000 (+0200) Subject: Distribute the necessary header files too X-Git-Tag: v1~417 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=462b33e96ad1732658b39895eea0b146e98bc3a5 Distribute the necessary header files too Add all header files that we need to EXTRA_DIST to ensure they are actually in the tarball. --- diff --git a/Makefile.am b/Makefile.am index 7396dddd8..f475e9849 100644 --- a/Makefile.am +++ b/Makefile.am @@ -131,6 +131,16 @@ COMMON_SOURCES = \ fdset.c \ namespace.c +EXTRA_DIST += \ + ${COMMON_SOURCES:.c=.h} \ + macro.h \ + ioprio.h \ + missing.h \ + list.h \ + securebits.h \ + linux/auto_dev-ioctl.h \ + initreq.h + systemd_SOURCES = \ $(COMMON_SOURCES) \ main.c