diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2016-02-11 21:58:46 -0500 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2016-02-11 21:58:46 -0500 |
commit | b266400c927a219f99924b4a070ee61e4936af07 (patch) | |
tree | 762abff1a01f69c30f11605fd4b340b41ff1795a /Makefile.am | |
parent | 1d00ee20319cf582e302148f4fb53cf963943038 (diff) | |
parent | 9ca6ff50ab7af9d122521c5bb9cc8201cb38181a (diff) |
Merge pull request #2590 from zonque/bus-endpoint-removal
Remove kdbus custom endpoint support
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 9f051e2954..5a8fc2fe23 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1136,8 +1136,6 @@ libcore_la_SOURCES = \ src/core/socket.h \ src/core/busname.c \ src/core/busname.h \ - src/core/bus-endpoint.c \ - src/core/bus-endpoint.h \ src/core/bus-policy.c \ src/core/bus-policy.h \ src/core/target.c \ |