diff options
author | Lennart Poettering <lennart@poettering.net> | 2011-07-23 03:44:47 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2011-07-23 03:44:47 +0200 |
commit | c0576cd6d61b81d3bab307e2deee10447de115db (patch) | |
tree | 04342640d0b49411754a5482546f546d5cc9b667 /Makefile.am | |
parent | 5780425ea7f4b649852991bc515fa8ce71ee43dd (diff) |
bus: expose installer functions
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index af44b13908..78c76d7a6b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -593,7 +593,8 @@ libsystemd_core_la_SOURCES = \ src/cgroup-util.c \ src/condition.c \ src/dbus-common.c \ - src/sd-daemon.c + src/sd-daemon.c \ + src/install.c libsystemd_core_la_CFLAGS = \ $(AM_CFLAGS) \ @@ -991,6 +992,7 @@ systemd_uaccess_CFLAGS = \ systemd_uaccess_LDADD = \ libsystemd-basic.la \ libsystemd-daemon.la \ + libsystemd-login.la \ $(UDEV_LIBS) \ $(ACL_LIBS) |