diff options
author | Richard W.M. Jones <rjones@redhat.com> | 2011-08-17 12:41:41 +0100 |
---|---|---|
committer | Richard W.M. Jones <rjones@redhat.com> | 2011-08-17 12:42:16 +0100 |
commit | 85efbc6aa70d522af066a38fd1aae05b790c46d3 (patch) | |
tree | c0821a242d997216da7193477af112873e2309bc /fish | |
parent | 0938e43a60f9d729d9795cf45498e60217fece0e (diff) | |
download | libguestfs-85efbc6aa70d522af066a38fd1aae05b790c46d3.tar.gz libguestfs-85efbc6aa70d522af066a38fd1aae05b790c46d3.tar.xz libguestfs-85efbc6aa70d522af066a38fd1aae05b790c46d3.zip |
fish: Add fish-cmds.h to generator_built.
This updates commit 3064277680ad11f887691646d0fa17bb35f38c19.
Diffstat (limited to 'fish')
-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 40bf2b49..4215784c 100644 --- a/fish/Makefile.am +++ b/fish/Makefile.am @@ -30,6 +30,7 @@ generator_built = \ cmds.c \ cmds_gperf.gperf \ completion.c \ + fish-cmds.h \ guestfish-actions.pod \ guestfish-commands.pod \ prepopts.h \ |