X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=fish%2FMakefile.am;h=906d362ffa80c6042f78deae2b7a877a23801f0b;hp=e1e8833e3cc851bd72d79c36d650fb4ef43f4697;hb=c359347dd42c9f5b875630537ee3641264826b89;hpb=54837f6d7ba83178625e2f0c3c063457d9f3f79c diff --git a/fish/Makefile.am b/fish/Makefile.am index e1e8833..906d362 100644 --- a/fish/Makefile.am +++ b/fish/Makefile.am @@ -22,7 +22,9 @@ bin_PROGRAMS = guestfish generator_built = \ cmds.c \ completion.c \ - guestfish-actions.pod + guestfish-actions.pod \ + prepopts.h \ + prepopts.c BUILT_SOURCES = \ $(generator_built) \ @@ -38,6 +40,7 @@ EXTRA_DIST = \ guestfish_SOURCES = \ $(generator_built) \ alloc.c \ + copy.c \ destpaths.c \ echo.c \ edit.c \ @@ -49,9 +52,15 @@ guestfish_SOURCES = \ man.c \ more.c \ prep.c \ + prep_disk.c \ + prep_part.c \ + prep_fs.c \ + prep_lv.c \ + prep_boot.c \ progress.c \ rc.c \ reopen.c \ + rmsd.h \ supported.c \ tilde.c \ time.c \ @@ -97,7 +106,7 @@ endif guestfish.static$(EXEEXT): $(guestfish_OBJECTS) $(guestfish_DEPENDENCIES) $(top_srcdir)/relink-static.sh \ - $(guestfish_LINK) $(guestfish_OBJECTS) -static $(guestfish_LDADD) $(guestfish_LIBS) -lpcre -lhivex -lmagic -lz -lm + $(guestfish_LINK) $(guestfish_OBJECTS) -static $(guestfish_LDADD) $(guestfish_LIBS) -ltinfo -lpcre -lhivex -lmagic -lz -lm # Manual page. # guestfish-actions.pod is autogenerated. There is no include