Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • tools/Makefile.am

    r4149d9d r2c39855  
    1818CFLAGS = -Wall -Wextra -O2 -g
    1919
    20 noinst_PROGRAMS = catchsig repeat
     20noinst_PROGRAMS = busy catchsig repeat
    2121
     22busy_SOURCES     = busy.c
     23busy_LDFLAGS     = -pthread
    2224catchsig_SOURCES = catchsig.c
    2325repeat_SOURCES   = repeat.c
Note: See TracChangeset for help on using the changeset viewer.