[systemd-devel] [PATCH] build-sys: fix headers installation
Marc-Antoine Perennou
Marc-Antoine at Perennou.com
Mon May 25 04:35:14 PDT 2015
---
Makefile.am | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile.am b/Makefile.am
index 4933e6f..8e38010 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -3128,7 +3128,7 @@ pkginclude_HEADERS += \
src/systemd/sd-bus.h \
src/systemd/sd-bus-protocol.h \
src/systemd/sd-bus-vtable.h \
- src/systemd/sd-event.h
+ src/systemd/sd-event.h \
src/systemd/sd-login.h \
src/systemd/sd-id128.h \
src/systemd/sd-daemon.h
--
2.4.1
More information about the systemd-devel
mailing list