X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=fish%2FMakefile.am;h=c940c2b8db3dd6bdda35be849076271f5015480a;hb=7123f0cab155c5c25ecae670677683001c1634ad;hp=6ca8a823c833d4a576e725f3fbfe00da7c8145d7;hpb=04ea1375c55aa67df4e7fc61dbb534111767f3b6;p=libguestfs.git diff --git a/fish/Makefile.am b/fish/Makefile.am index 6ca8a82..c940c2b 100644 --- a/fish/Makefile.am +++ b/fish/Makefile.am @@ -30,6 +30,7 @@ generator_built = \ cmds.c \ cmds_gperf.gperf \ completion.c \ + event-names.c \ fish-cmds.h \ guestfish-actions.pod \ guestfish-commands.pod \ @@ -81,6 +82,7 @@ guestfish_SOURCES = \ display.c \ echo.c \ edit.c \ + events.c \ fish.c \ fish.h \ glob.c \ @@ -139,7 +141,7 @@ if HAVE_RPCGEN rc_protocol.c: rc_protocol.x rm -f $@-t $@-t2 $(RPCGEN) -c -o $@-t $< - sed 's,\.\./\.\./fish/,,' < $@-t > $@-t2 + sed 's,\.\./\(\.\./\)*fish,.,' < $@-t > $@-t2 rm $@-t mv $@-t2 $@