X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=fish%2FMakefile.am;h=779a061a2cd9cca320260880200d1f6f2fe7907e;hb=3f54bd02fcf540f9b4b6edc93f3b6b9c7ba136bd;hp=5967dee2d3484aaeba1a5018eedb2d90f284b079;hpb=16ada65de0cc9c2e8b62a4062e19dbc5eece9b91;p=libguestfs.git diff --git a/fish/Makefile.am b/fish/Makefile.am index 5967dee..779a061 100644 --- a/fish/Makefile.am +++ b/fish/Makefile.am @@ -57,16 +57,18 @@ EXTRA_DIST = \ virt-tar-in.pod \ virt-tar-out.pod -# These source files (all related to option parsing) are shared -# between guestfish and guestmount. Keep a convenient list here just -# so we know which ones are shared. These files must not include -# other guestfish files. +# These source files (mostly related to option parsing) are shared +# between guestfish, guestmount and some other virt tools. Keep a +# convenient list here just so we know which ones are shared. These +# files must not include other guestfish files. SHARED_SOURCE_FILES = \ config.c \ inspect.c \ keys.c \ options.h \ options.c \ + progress.h \ + progress.c \ virt.c guestfish_SOURCES = \ @@ -93,10 +95,8 @@ guestfish_SOURCES = \ prep_fs.c \ prep_lv.c \ prep_boot.c \ - progress.c \ rc.c \ reopen.c \ - rmsd.h \ supported.c \ tilde.c \ time.c @@ -173,8 +173,8 @@ stamp-guestfish.pod: guestfish.pod guestfish-actions.pod guestfish-commands.pod $(top_builddir)/podwrapper.sh \ --man guestfish.1 \ --html $(top_builddir)/html/guestfish.1.html \ - --insert guestfish-actions.pod:@ACTIONS@ \ - --insert guestfish-commands.pod:@FISH_COMMANDS@ \ + --insert $(srcdir)/guestfish-actions.pod:@ACTIONS@ \ + --insert $(srcdir)/guestfish-commands.pod:@FISH_COMMANDS@ \ $< touch $@