diff options
author | Lennart Poettering <lennart@poettering.net> | 2015-05-22 14:32:51 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2015-05-22 14:32:51 +0200 |
commit | 882897afeeb0eabb3eae04a6e54beff8cb206514 (patch) | |
tree | f93b71bb99ad4653aa2c69b4f4d3cf5cfe1ddd4e /Makefile.am | |
parent | 39315f9f8dd5a16b4561c5efffc6114c75835011 (diff) |
sd-bus,sd-event: make public APIs
With the v221 release these APIs should be public, stable APIs, hence
let's install their headers by default now, and add their symbols to the
.sym file.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/Makefile.am b/Makefile.am index 3821ee5eb4..f84a28d98f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -3115,17 +3115,17 @@ pkgconfiglib_DATA += \ src/libsystemd/libsystemd.pc 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-login.h \ src/systemd/sd-id128.h \ src/systemd/sd-daemon.h if ENABLE_KDBUS pkginclude_HEADERS += \ - src/systemd/sd-bus.h \ - src/systemd/sd-bus-protocol.h \ - src/systemd/sd-bus-vtable.h \ src/systemd/sd-utf8.h \ - src/systemd/sd-event.h \ src/systemd/sd-rtnl.h \ src/systemd/sd-resolve.h \ src/systemd/sd-path.h @@ -6961,7 +6961,8 @@ test-libsystemd-sym.c: \ src/systemd/sd-bus.h \ src/systemd/sd-utf8.h \ src/systemd/sd-resolve.h \ - src/systemd/sd-path.h + src/systemd/sd-path.h \ + src/systemd/sd-event.h $(generate-sym-test) test-libudev-sym.c: \ |