Changes in tools/Makefile.am [2c39855:5e49e47]
- File:
-
- 1 edited
-
tools/Makefile.am (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
tools/Makefile.am
r2c39855 r5e49e47 15 15 ############################################################################### 16 16 17 AUTOMAKE_OPTIONS = foreign # do not require all the GNU file names 18 17 19 CC = @BACKEND_CC@ 18 CFLAGS = -Wall -Wextra -O2 -g 20 AM_CFLAGS = -Wall -Wextra -O2 -g -std=c11 19 21 20 noinst_PROGRAMS = busy catchsig repeat 22 noinst_PROGRAMS = busy catchsig repeat watchdog 21 23 22 24 busy_SOURCES = busy.c … … 24 26 catchsig_SOURCES = catchsig.c 25 27 repeat_SOURCES = repeat.c 28 watchdog_SOURCES = watchdog.c
Note:
See TracChangeset
for help on using the changeset viewer.