diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-04-18 03:08:16 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-04-18 03:08:16 +0200 |
commit | 4139c1b2729f88991159b9affa2ebf3e4eb904a0 (patch) | |
tree | 230a49b730ba77bec3829595313bdb4b7bcd53f4 /Makefile.am | |
parent | 41447faf1fc57463becabce399d983df762a104c (diff) |
dbus: greatly extend dbus coverage
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 8cad1420e0..8720e7898f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -128,6 +128,22 @@ COMMON_SOURCES= \ dbus-unit.h \ dbus-job.c \ dbus-job.h \ + dbus-service.c \ + dbus-service.h \ + dbus-socket.c \ + dbus-socket.h \ + dbus-target.c \ + dbus-target.h \ + dbus-mount.c \ + dbus-mount.h \ + dbus-automount.c \ + dbus-autpmount.h \ + dbus-snapshot.c \ + dbus-snapshot.h \ + dbus-device.c \ + dbus-device.h \ + dbus-execute.c \ + dbus-execute.h \ cgroup.c \ cgroup.h \ mount-setup.c \ |