1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
INCLUDES = \ -I$(top_srcdir) \ $(PTHREAD_CFLAGS) bin_PROGRAMS = \ notify-slaves notify_slaves_SOURCES = \ notify-slaves.c \ ../common/async-resolver.c \ ../common/server-mainloop.c \ ../common/sock-any.c # TODO: Somehow PTHREAD_LIBS isn't setup on linux gcc notify_slaves_LDFLAGS = -pthread notify_slaves_LIBS = $(PTHREAD_LIBS)