From 662617ae725c5e41c24128a037060419fbe4b026 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Mon, 29 Jun 2009 20:23:42 +0100 Subject: Implement 'mkswap', 'mkswap_L' and 'mkswap_U' commands. These commands are used to make Linux swap devices. The mkswap_L command makes one with a label. The mkswap_U command makes one with a known UUID. --- daemon/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'daemon/Makefile.am') diff --git a/daemon/Makefile.am b/daemon/Makefile.am index 88c382cf..d69f8999 100644 --- a/daemon/Makefile.am +++ b/daemon/Makefile.am @@ -56,6 +56,7 @@ guestfsd_SOURCES = \ stat.c \ strings.c \ stubs.c \ + swap.c \ sync.c \ tar.c \ upload.c \ -- cgit