INCLUDES = \ -I$(top_srcdir) \ $(PTHREAD_CFLAGS) bin_PROGRAMS = \ notify-dns-slaves notify_dns_slaves_SOURCES = \ notify-dns-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_dns_slaves_LDFLAGS = -pthread notify_dns_slaves_LIBS = $(PTHREAD_LIBS)