Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • tools/Makefile.am

    rb7fe2e6 r5e49e47  
    1616
    1717AUTOMAKE_OPTIONS = foreign    # do not require all the GNU file names
    18 ACLOCAL_AMFLAGS  = -I automake
    1918
    20 AM_CFLAGS = -Wall -Wextra -O2 -g
     19CC = @BACKEND_CC@
     20AM_CFLAGS = -Wall -Wextra -O2 -g -std=c11
    2121
    2222noinst_PROGRAMS = busy catchsig repeat watchdog
    23 EXTRA_DIST = build/distcc_hash build/push2dist.sh
    2423
    25 nodist_busy_SOURCES     = busy.c
    26 nodist_busy_LDFLAGS     = -pthread
    27 nodist_catchsig_SOURCES = catchsig.c
    28 nodist_repeat_SOURCES   = repeat.c
    29 nodist_watchdog_SOURCES = watchdog.c
     24busy_SOURCES     = busy.c
     25busy_LDFLAGS     = -pthread
     26catchsig_SOURCES = catchsig.c
     27repeat_SOURCES   = repeat.c
     28watchdog_SOURCES = watchdog.c
Note: See TracChangeset for help on using the changeset viewer.