chiark / gitweb /
fixes to the dbus code to make GetAll() in the properties iface work
[elogind.git] / Makefile
index d35620e0c17e556e93783dd70d17c34cd6314a7a..2f739ce2acef991e5d17ec056c8d1bfd3212f3ae 100644 (file)
--- 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 \
@@ -22,7 +22,12 @@ COMMON= \
        socket.o \
        timer.o \
        load-dropin.o \
-       execute.o
+       execute.o \
+       ratelimit.o \
+       dbus.o \
+       dbus-manager.o \
+       dbus-unit.o \
+       dbus-job.o
 
 all: systemd test-engine test-job-type systemd-logger