diff options
author | Maarten Lankhorst <m.b.lankhorst@gmail.com> | 2010-05-09 18:44:11 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-05-09 18:46:10 +0200 |
commit | 07b0b134d3076fe223d6e15959b6081a74b56792 (patch) | |
tree | c768259278d9436d553587c284be22d32f788175 /Makefile.am | |
parent | af5bc85dc1297079edc9890861aaa38de0ec30df (diff) |
swap: add .swap unit type
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 \ |