Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • tools/Makefile.am

    r2c39855 r5e49e47  
    1515###############################################################################
    1616
     17AUTOMAKE_OPTIONS = foreign    # do not require all the GNU file names
     18
    1719CC = @BACKEND_CC@
    18 CFLAGS = -Wall -Wextra -O2 -g
     20AM_CFLAGS = -Wall -Wextra -O2 -g -std=c11
    1921
    20 noinst_PROGRAMS = busy catchsig repeat
     22noinst_PROGRAMS = busy catchsig repeat watchdog
    2123
    2224busy_SOURCES     = busy.c
     
    2426catchsig_SOURCES = catchsig.c
    2527repeat_SOURCES   = repeat.c
     28watchdog_SOURCES = watchdog.c
Note: See TracChangeset for help on using the changeset viewer.