X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=fish%2FMakefile.am;h=03619f36d78957ab8d6eec0f8c408bcf40c051df;hb=f9ecb943be086087feeeaeb49bd8865fd5e54545;hp=8efa5a568397cf9c5ca21e0757d4212856886d32;hpb=612a358b8935381e5b8d706e4a77689cd316a18d;p=libguestfs.git diff --git a/fish/Makefile.am b/fish/Makefile.am index 8efa5a5..03619f3 100644 --- a/fish/Makefile.am +++ b/fish/Makefile.am @@ -21,11 +21,18 @@ guestfish_SOURCES = \ alloc.c \ cmds.c \ completion.c \ + destpaths.c \ + echo.c \ + edit.c \ fish.c \ - fish.h + fish.h \ + glob.c \ + lcd.c \ + more.c \ + reopen.c \ + time.c + guestfish_CFLAGS = \ - -I$(top_builddir)/src -Wall \ + -I$(top_srcdir)/src -I$(top_builddir)/src -Wall \ -DGUESTFS_DEFAULT_PATH='"$(libdir)/guestfs"' guestfish_LDADD = $(top_builddir)/src/libguestfs.la $(LIBREADLINE) - -CLEANFILES = *~