summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorRuss Allbery <eagle@eyrie.org>2014-07-16 16:32:07 -0700
committerRuss Allbery <eagle@eyrie.org>2014-07-16 16:32:07 -0700
commit6b4fbafa3edd99045b8eba896dd8642aa6bd6113 (patch)
tree79124a4bccc49a0b8bf3e2b5189b0e7b18a635ee /Makefile.in
parente4adb8cde42b91110c2d283aa3712f89afc78ead (diff)
parent27f4e81ddb42440345e6dd01a4943cb57ee5da39 (diff)
Merge tag 'upstream/1.1' into debian
Upstream version 1.1
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile.in b/Makefile.in
index c2357f9..0633f5e 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/reallocarray.c \
- $(top_srcdir)/portable/asprintf.c \
$(top_srcdir)/portable/snprintf.c \
- $(top_srcdir)/portable/setenv.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/strlcat.c $(dist_sbin_SCRIPTS) \
+ $(top_srcdir)/portable/setenv.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 \