Changes in tools/Makefile.am [b7fe2e6:5e49e47]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tools/Makefile.am
rb7fe2e6 r5e49e47 16 16 17 17 AUTOMAKE_OPTIONS = foreign # do not require all the GNU file names 18 ACLOCAL_AMFLAGS = -I automake19 18 20 AM_CFLAGS = -Wall -Wextra -O2 -g 19 CC = @BACKEND_CC@ 20 AM_CFLAGS = -Wall -Wextra -O2 -g -std=c11 21 21 22 22 noinst_PROGRAMS = busy catchsig repeat watchdog 23 EXTRA_DIST = build/distcc_hash build/push2dist.sh24 23 25 nodist_busy_SOURCES = busy.c26 nodist_busy_LDFLAGS = -pthread27 nodist_catchsig_SOURCES = catchsig.c28 nodist_repeat_SOURCES = repeat.c29 nodist_watchdog_SOURCES = watchdog.c24 busy_SOURCES = busy.c 25 busy_LDFLAGS = -pthread 26 catchsig_SOURCES = catchsig.c 27 repeat_SOURCES = repeat.c 28 watchdog_SOURCES = watchdog.c
Note: See TracChangeset
for help on using the changeset viewer.