Remove files generated by autoreconf (Guido Gunter and Matthew Booth).
[libguestfs.git] / fish / Makefile.am
index 34b1a0b..1439a5d 100644 (file)
@@ -28,9 +28,10 @@ guestfish_SOURCES = \
        fish.h \
        glob.c \
        lcd.c \
-       more.c
+       more.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)