From ea4309869e75497ba6a97c540646cb66a157a4d9 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Mon, 1 Feb 2010 03:33:24 +0100 Subject: add basic (and not very useful) D-Bus support --- Makefile | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index e5cb6b5da..2f739ce2a 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ -CFLAGS=-Wall -Wextra -O0 -g -pipe -D_GNU_SOURCE -fdiagnostics-show-option -Wno-unused-parameter -DUNIT_PATH=\"/tmp/does/not/exist\" `pkg-config --cflags libudev` -LIBS=-lrt -lcap `pkg-config --libs libudev` +CFLAGS=-Wall -Wextra -O0 -g -pipe -D_GNU_SOURCE -fdiagnostics-show-option -Wno-unused-parameter -DUNIT_PATH=\"/tmp/does/not/exist\" `pkg-config --cflags libudev dbus-1` +LIBS=-lrt -lcap `pkg-config --libs libudev dbus-1` COMMON= \ unit.o \ @@ -23,7 +23,11 @@ COMMON= \ timer.o \ load-dropin.o \ execute.o \ - ratelimit.o + ratelimit.o \ + dbus.o \ + dbus-manager.o \ + dbus-unit.o \ + dbus-job.o all: systemd test-engine test-job-type systemd-logger -- cgit v1.2.3