diff options
author | Lennart Poettering <lennart@poettering.net> | 2013-11-08 16:52:24 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2013-11-08 16:53:28 +0100 |
commit | 862e8bf8c63bd74b915798677f1894da11b2be60 (patch) | |
tree | b6acb513634ba3ef8986917b17cf58b98b974d7a | |
parent | 489124365d1d391864898b9869dd668eea5b2e28 (diff) |
build-sys: install busctl
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index ffb10d69c3..53685c11c2 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2020,7 +2020,7 @@ tests += \ test-bus-objects \ test-event -noinst_PROGRAMS += \ +bin_PROGRAMS += \ busctl test_bus_marshal_SOURCES = \ |