X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=fish%2FMakefile.am;h=30f246da6f776d73ca5b14c954a55408162a45f6;hb=7b45f7d04f8eecae7ab8e3db2193dcbbd3cd839f;hp=75002cce52143139a28bda2f409a6b0da2e25234;hpb=9bc15f5d98a3a17d465a94f42dc3ffb60c077293;p=libguestfs.git diff --git a/fish/Makefile.am b/fish/Makefile.am index 75002cc..30f246d 100644 --- a/fish/Makefile.am +++ b/fish/Makefile.am @@ -17,7 +17,12 @@ include $(top_srcdir)/subdir-rules.mk -CLEANFILES = stamp-guestfish.pod +CLEANFILES = \ + stamp-guestfish.pod \ + stamp-virt-copy-in.pod \ + stamp-virt-copy-out.pod \ + stamp-virt-tar-in.pod \ + stamp-virt-tar-out.pod bin_PROGRAMS = guestfish @@ -84,10 +89,10 @@ guestfish_SOURCES = \ tilde.c \ time.c -# This convenience library is solely to avoid compiler warnings -# in its generated sources. -librc_protocol_la_SOURCES = rc_protocol.c -librc_protocol_la_CFLAGS = -Wall -Wno-unused +# This convenience library is solely to compile its generated sources with +# custom flags. +librc_protocol_la_SOURCES = rc_protocol.c rc_protocol.h +librc_protocol_la_CFLAGS = -Wall -Wno-unused -fno-strict-aliasing # Build the command lookup perfect hash code. The generated code has # lots of warnings so we must compile it in a separate mini-library.