Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • tools/Makefile.am

    r5e49e47 r5992ff4  
    1616
    1717AUTOMAKE_OPTIONS = foreign    # do not require all the GNU file names
    18 
    19 CC = @BACKEND_CC@
    20 AM_CFLAGS = -Wall -Wextra -O2 -g -std=c11
     18ACLOCAL_AMFLAGS  = -I automake
    2119
    2220noinst_PROGRAMS = busy catchsig repeat watchdog
     21AM_CFLAGS = -Wall -Wextra -O2 -g
     22busy_LDFLAGS     = -pthread
    2323
    24 busy_SOURCES     = busy.c
    25 busy_LDFLAGS     = -pthread
    26 catchsig_SOURCES = catchsig.c
    27 repeat_SOURCES   = repeat.c
    28 watchdog_SOURCES = watchdog.c
     24nodist_busy_SOURCES     = busy.c
     25nodist_catchsig_SOURCES = catchsig.c
     26nodist_repeat_SOURCES   = repeat.c
     27nodist_watchdog_SOURCES = watchdog.c
Note: See TracChangeset for help on using the changeset viewer.