diff options
-rw-r--r-- | lib/Makefile.in | 2 | ||||
-rw-r--r-- | tests/mv/Makefile.in | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/lib/Makefile.in b/lib/Makefile.in index 76e1145e1..d80b432fb 100644 --- a/lib/Makefile.in +++ b/lib/Makefile.in @@ -109,7 +109,7 @@ libfu_a_DEPENDENCIES = $(libfu_a_LIBADD) noinst_HEADERS = argmatch.h backupfile.h closeout.h \ error.h exclude.h fnmatch.h fsusage.h \ -getdate.h getline.h getopt.h group-member.h human.h long-options.h \ +getdate.h getline.h getopt.h group-member.h human.h lchown.h long-options.h \ makepath.h modechange.h mountlist.h hash.h path-concat.h pathmax.h \ quotearg.h regex.h safe-read.h save-cwd.h savedir.h strverscmp.h \ xalloc.h xstrtol.h xstrtoul.h diff --git a/tests/mv/Makefile.in b/tests/mv/Makefile.in index f26c09ea3..c2d4ccbb0 100644 --- a/tests/mv/Makefile.in +++ b/tests/mv/Makefile.in @@ -92,10 +92,11 @@ l = @l@ AUTOMAKE_OPTIONS = 1.3 gnits -TESTS = mv-special-1 into-self backup-is-src +TESTS = mv-special-1 into-self into-self-2 backup-is-src EXTRA_DIST = $(TESTS) setup TESTS_ENVIRONMENT = \ DF=../../src/df \ + LN=../../src/ln \ LS=../../src/ls \ MKDIR=../../src/mkdir \ MKNOD=../../src/mknod \ |