summaryrefslogtreecommitdiff
path: root/tools/Makefile.am
blob: fe0ffc589e9decc3c56d6d27cba5018eafeef99d (plain)
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-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)