summaryrefslogtreecommitdiff
path: root/plugin/Makefile.am
blob: d1887a3f6e5cda1dc9eebfbd850e7ec8e39ff51e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13

INCLUDES = \
	-I$(top_srcdir) \
	-DSTRSET_CUSTMEM=1 \
	-DDNS_NOTIFY_PATH=\"$(bindir)/notify-slaves\"

lib_LTLIBRARIES = slapi-dnsnotify.la

slapi_dnsnotify_la_SOURCES = \
	slapi-dnsnotify.c

slapi_dnsnotify_la_LDFLAGS = -module -avoid-version \
	-export-symbols-regex 'plugin_init'