diff options
author | Lennart Poettering <lennart@poettering.net> | 2013-11-05 03:06:05 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2013-11-05 03:07:39 +0100 |
commit | b8b7e4060f06941ec55da421c5800437ba28c79a (patch) | |
tree | c537d1d31d80bfda051c49fb46e963fbee16dbfc /Makefile.am | |
parent | 275b39fe4bf19f244114dbefa58e0d77047eff4a (diff) |
bus: delete some now used dbus1 code
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/Makefile.am b/Makefile.am index 80577e77c3..e29439d8cc 100644 --- a/Makefile.am +++ b/Makefile.am @@ -760,11 +760,7 @@ noinst_LTLIBRARIES += \ libsystemd_dbus_la_SOURCES = \ src/shared/dbus-common.c \ - src/shared/dbus-common.h \ - src/shared/dbus-loop.c \ - src/shared/dbus-loop.h \ - src/shared/polkit.c \ - src/shared/polkit.h + src/shared/dbus-common.h libsystemd_dbus_la_CFLAGS = \ $(AM_CFLAGS) \ |