mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-03-08 20:58:20 +03:00
Distribute the necessary header files too
Add all header files that we need to EXTRA_DIST to ensure they are actually in the tarball.
This commit is contained in:
parent
75db651adb
commit
462b33e96a
10
Makefile.am
10
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user