diff options
author | Richard Jones <rjones@redhat.com> | 2010-09-01 18:10:41 +0100 |
---|---|---|
committer | Richard Jones <rjones@redhat.com> | 2010-09-01 18:11:05 +0100 |
commit | 231051474bcf3b3096d327a8853299e90139127d (patch) | |
tree | d2418e75a873738085f5019987bead0c9b58ffd9 | |
parent | d1485e02f538d50fd7d4790fb63317093ba8c6bf (diff) | |
download | libguestfs-231051474bcf3b3096d327a8853299e90139127d.tar.gz libguestfs-231051474bcf3b3096d327a8853299e90139127d.tar.xz libguestfs-231051474bcf3b3096d327a8853299e90139127d.zip |
fish: Add missing header file to sources.
-rw-r--r-- | fish/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fish/Makefile.am b/fish/Makefile.am index e1e8833e..8597ec0a 100644 --- a/fish/Makefile.am +++ b/fish/Makefile.am @@ -52,6 +52,7 @@ guestfish_SOURCES = \ progress.c \ rc.c \ reopen.c \ + rmsd.h \ supported.c \ tilde.c \ time.c \ |