Changes in tools/Makefile.am [5992ff4:5e49e47]
- File:
-
- 1 edited
-
tools/Makefile.am (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
tools/Makefile.am
r5992ff4 r5e49e47 16 16 17 17 AUTOMAKE_OPTIONS = foreign # do not require all the GNU file names 18 ACLOCAL_AMFLAGS = -I automake 18 19 CC = @BACKEND_CC@ 20 AM_CFLAGS = -Wall -Wextra -O2 -g -std=c11 19 21 20 22 noinst_PROGRAMS = busy catchsig repeat watchdog 21 AM_CFLAGS = -Wall -Wextra -O2 -g 23 24 busy_SOURCES = busy.c 22 25 busy_LDFLAGS = -pthread 23 24 nodist_busy_SOURCES = busy.c 25 nodist_catchsig_SOURCES = catchsig.c 26 nodist_repeat_SOURCES = repeat.c 27 nodist_watchdog_SOURCES = watchdog.c 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.