1 :100644 100644 0000000 0000000 M Makefile.in
2 :100644 000000 0000000 0000000 D src/additionalFile.c
3 :100644 100644 0000000 0000000 M src/hello.c
4 :100755 100755 0000000 0000000 M tests/hello-1
6 diff --git a/Makefile.in b/Makefile.in
7 index f63f830..1597d39 100644
10 @@ -312,7 +312,7 @@ am_lib_libhello_a_OBJECTS = lib/basename-lgpl.$(OBJEXT) \
11 lib/version-etc.$(OBJEXT) lib/version-etc-fsf.$(OBJEXT) \
12 lib/wctype-h.$(OBJEXT) lib/xmalloc.$(OBJEXT) \
13 lib/xalloc-die.$(OBJEXT) lib/xstriconv.$(OBJEXT) \
14 - lib/xstrndup.$(OBJEXT) src/additionalFile.$(OBJEXT)
15 + lib/xstrndup.$(OBJEXT)
16 lib_libhello_a_OBJECTS = $(am_lib_libhello_a_OBJECTS)
17 am_hello_OBJECTS = src/hello.$(OBJEXT)
18 hello_OBJECTS = $(am_hello_OBJECTS)
19 @@ -1842,7 +1842,7 @@ lib_libhello_a_SOURCES = lib/basename-lgpl.c lib/c-ctype.h \
20 $(am__append_4) $(am__append_5) lib/version-etc.h \
21 lib/version-etc.c lib/version-etc-fsf.c lib/wctype-h.c \
22 lib/xmalloc.c lib/xalloc-die.c lib/xstriconv.h lib/xstriconv.c \
23 - lib/xstrndup.h lib/xstrndup.c src/additionalFile.c
24 + lib/xstrndup.h lib/xstrndup.c
25 lib_libhello_a_LIBADD = $(gl_LIBOBJS)
26 lib_libhello_a_DEPENDENCIES = $(gl_LIBOBJS)
27 EXTRA_lib_libhello_a_SOURCES = lib/close.c lib/stripslash.c lib/dup2.c \
28 diff --git a/src/additionalFile.c b/src/additionalFile.c
29 deleted file mode 100644
30 index 34d683d..0000000
31 --- a/src/additionalFile.c
40 diff --git a/src/hello.c b/src/hello.c
41 index a8e36dc..53722d9 100644
44 @@ -126,6 +126,10 @@ parse_options (int argc, char *argv[], const char **greeting_msg)
53 main (int argc, char *argv[])
55 diff --git a/tests/hello-1 b/tests/hello-1
56 index 96ffef8..f0b9f8d 100755
59 @@ -21,7 +21,7 @@ export LANGUAGE LC_ALL LC_MESSAGES LANG
61 tmpfiles="hello-test1.ok"
62 cat <<EOF > hello-test1.ok
64 +Hello, incremental world!
67 tmpfiles="$tmpfiles hello-test1.out"