diff options
Diffstat (limited to 'fish')
-rw-r--r-- | fish/Makefile.am | 4 | ||||
-rw-r--r-- | fish/domain.c (renamed from fish/virt.c) | 0 |
2 files changed, 2 insertions, 2 deletions
diff --git a/fish/Makefile.am b/fish/Makefile.am index 6e2b9499..b9233364 100644 --- a/fish/Makefile.am +++ b/fish/Makefile.am @@ -64,13 +64,13 @@ EXTRA_DIST = \ # files must not include other guestfish files. SHARED_SOURCE_FILES = \ config.c \ + domain.c \ inspect.c \ keys.c \ options.h \ options.c \ progress.h \ - progress.c \ - virt.c + progress.c guestfish_SOURCES = \ $(generator_built) \ diff --git a/fish/virt.c b/fish/domain.c index 083ea656..083ea656 100644 --- a/fish/virt.c +++ b/fish/domain.c |