diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index c38c7d575c..115cd0530f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -112,6 +112,8 @@ COMMON_SOURCES = \ automount.h \ mount.c \ mount.h \ + swap.c \ + swap.h \ device.c \ device.h \ target.c \ @@ -144,6 +146,8 @@ COMMON_SOURCES = \ dbus-mount.h \ dbus-automount.c \ dbus-autpmount.h \ + dbus-swap.c \ + dbus-swap.h \ dbus-snapshot.c \ dbus-snapshot.h \ dbus-device.c \ |