Changes in tools/Makefile.am [2c39855:4149d9d]
- File:
-
- 1 edited
-
tools/Makefile.am (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
tools/Makefile.am
r2c39855 r4149d9d 18 18 CFLAGS = -Wall -Wextra -O2 -g 19 19 20 noinst_PROGRAMS = busycatchsig repeat20 noinst_PROGRAMS = catchsig repeat 21 21 22 busy_SOURCES = busy.c23 busy_LDFLAGS = -pthread24 22 catchsig_SOURCES = catchsig.c 25 23 repeat_SOURCES = repeat.c
Note:
See TracChangeset
for help on using the changeset viewer.