X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=fish%2FMakefile.am;h=4c5d76f0ca3c75d766a6033e643c59bff69f4e00;hp=4060f1f80cab739477673d7b7a5835400d54cca3;hb=d5c8d3b45b9646a4ae9d4ea033e1cc13a6e25c1f;hpb=a0d514f13d3334b79745d7d1f90a6ac615afa7c2 diff --git a/fish/Makefile.am b/fish/Makefile.am index 4060f1f..4c5d76f 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) \ @@ -49,8 +51,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 \ @@ -72,7 +81,7 @@ guestfish_CFLAGS = \ guestfish_LDADD = \ $(LIBVIRT_LIBS) $(LIBXML2_LIBS) \ - $(top_builddir)/src/libguestfs.la $(LIBREADLINE) + $(top_builddir)/src/libguestfs.la $(LIBREADLINE) -lm # Make libguestfs use the convenience library. noinst_LTLIBRARIES = librc_protocol.la @@ -96,7 +105,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