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 13:04:37 +0100 |
commit | b50dc90e5c0bfce2c205f117839b6b6a0108b541 (patch) | |
tree | 31f53c7c35cbbdab3936a1c1443b888f120900f1 | |
parent | 0dae3871c668951305d5ef298e3291cb73630eea (diff) | |
download | libguestfs-b50dc90e5c0bfce2c205f117839b6b6a0108b541.tar.gz libguestfs-b50dc90e5c0bfce2c205f117839b6b6a0108b541.tar.xz libguestfs-b50dc90e5c0bfce2c205f117839b6b6a0108b541.zip |
fish: Add fish-cmds.h to generator_built.
This updates commit 3064277680ad11f887691646d0fa17bb35f38c19.
(cherry picked from commit 85efbc6aa70d522af066a38fd1aae05b790c46d3)
-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 9e051702..30891813 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 \ |