summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnders F Björklund <anders.f.bjorklund@gmail.com>2017-04-29 13:08:03 +0200
committerThomas Thorne <TafThorne@GoogleMail.com>2017-08-08 08:08:56 +0100
commit016db7c8fa8f0e08ff32e8c61e841202d125204a (patch)
tree3cf9f77f4e03f743c4f60039fca919ba8ca36d7b
parentbcf79b47d398486d2cdd61e80162aecde54bb796 (diff)
downloaddistcc-git-016db7c8fa8f0e08ff32e8c61e841202d125204a.tar.gz
Add missing auth objects to "h_compile" obj
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index ba9fc22..3ea595c 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -308,7 +308,7 @@ h_fix_debug_info = src/h_fix_debug_info.o $(common_obj)
h_compile_obj = src/h_compile.o $(common_obj) src/compile.o src/timefile.o \
src/backoff.o src/emaillog.o src/remote.o src/clinet.o \
src/clirpc.o src/include_server_if.o src/state.o src/where.o \
- src/ssh.o src/strip.o src/cpp.o
+ src/ssh.o src/strip.o src/cpp.o @AUTH_DISTCC_OBJS@
h_getline_obj = src/h_getline.o $(common_obj)
# All source files, for the purposes of building the distribution