blob: 90ab0de637463069691d4134310dec18f5d13fe8 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
--- Makefile.in.orig 2019-08-23 16:46:20 UTC
+++ Makefile.in
@@ -184,7 +184,7 @@ include_server_PY = \
include_server_SRC = \
include_server/c_extensions/distcc_pump_c_extensions_module.c
-update_distcc_symlinks_PY = update-distcc-symlinks.py
+update_distcc_symlinks_PY =
# These are included in the distribution but not installed anywhere.
dist_extra = \
@@ -415,13 +415,12 @@ popt_EXTRA = popt/README.popt popt/.stamp-conf.in
bin_PROGRAMS = \
distcc@EXEEXT@ \
- distccd@EXEEXT@ \
distccmon-text@EXEEXT@ \
lsdistcc@EXEEXT@ \
@GNOME_BIN@
sbin_PROGRAMS = \
- update-distcc-symlinks
+ distccd@EXEEXT@ \
check_PROGRAMS = \
h_argvtostr@EXEEXT@ \
|