diff options
author | Russ Allbery <eagle@eyrie.org> | 2014-07-16 16:54:04 -0700 |
---|---|---|
committer | Russ Allbery <eagle@eyrie.org> | 2014-07-16 16:54:04 -0700 |
commit | ff5f0d95c71a6f00547b76c1a3f0aa93513ea1a8 (patch) | |
tree | f921a10b163443b27e947e8f54a1038f40a64f66 /Makefile.in | |
parent | 6b4fbafa3edd99045b8eba896dd8642aa6bd6113 (diff) | |
parent | dd295a55a6f02e7585a9f5be9e8b434c6d14d040 (diff) |
Merge tag 'upstream/1.1' into debian
Upstream version 1.1
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile.in b/Makefile.in index 0633f5e..8b55c96 100644 --- a/Makefile.in +++ b/Makefile.in @@ -104,13 +104,13 @@ DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ $(top_srcdir)/tests/client/full-t.in \ $(top_srcdir)/tests/client/prompt-t.in \ $(top_srcdir)/tests/client/rekey-t.in \ + $(top_srcdir)/portable/setenv.c \ + $(top_srcdir)/portable/mkstemp.c \ + $(top_srcdir)/portable/reallocarray.c \ $(top_srcdir)/portable/snprintf.c \ - $(top_srcdir)/portable/strlcpy.c \ $(top_srcdir)/portable/asprintf.c \ $(top_srcdir)/portable/strlcat.c \ - $(top_srcdir)/portable/reallocarray.c \ - $(top_srcdir)/portable/mkstemp.c \ - $(top_srcdir)/portable/setenv.c $(dist_sbin_SCRIPTS) \ + $(top_srcdir)/portable/strlcpy.c $(dist_sbin_SCRIPTS) \ $(top_srcdir)/build-aux/depcomp $(dist_man_MANS) \ $(dist_pkgdata_DATA) NEWS README TODO build-aux/ar-lib \ build-aux/compile build-aux/depcomp build-aux/install-sh \ |