Changes in tools/Makefile.am [5e49e47:5992ff4]
- File:
-
- 1 edited
-
tools/Makefile.am (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
tools/Makefile.am
r5e49e47 r5992ff4 16 16 17 17 AUTOMAKE_OPTIONS = foreign # do not require all the GNU file names 18 19 CC = @BACKEND_CC@ 20 AM_CFLAGS = -Wall -Wextra -O2 -g -std=c11 18 ACLOCAL_AMFLAGS = -I automake 21 19 22 20 noinst_PROGRAMS = busy catchsig repeat watchdog 21 AM_CFLAGS = -Wall -Wextra -O2 -g 22 busy_LDFLAGS = -pthread 23 23 24 busy_SOURCES = busy.c 25 busy_LDFLAGS = -pthread 26 catchsig_SOURCES = catchsig.c 27 repeat_SOURCES = repeat.c 28 watchdog_SOURCES = watchdog.c 24 nodist_busy_SOURCES = busy.c 25 nodist_catchsig_SOURCES = catchsig.c 26 nodist_repeat_SOURCES = repeat.c 27 nodist_watchdog_SOURCES = watchdog.c
Note:
See TracChangeset
for help on using the changeset viewer.