build-sys: fix libsystemd --enable-kdbus symbol export

This commit is contained in:
Kay Sievers 2014-02-22 23:27:03 +01:00
parent 03e37dd767
commit 2cfcd95a4a
1 changed files with 2 additions and 2 deletions

View File

@ -123,7 +123,7 @@ global:
sd_session_get_remote_user;
sd_session_get_remote_host;
m4_ifdef(`HAVE_KDBUS',
m4_ifdef(`ENABLE_KDBUS',
/* sd-bus */
sd_bus_default;
sd_bus_default_user;
@ -316,7 +316,7 @@ m4_ifdef(`HAVE_KDBUS',
/* sd-memfd */
sd_memfd_new;
sd_memfd_make;
sd_memfd_new;
sd_memfd_new_and_map;
sd_memfd_free;
sd_memfd_get_fd;