blob: 29266b9e035dda7b6bae63084389481ba7400d44 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
INCLUDES = \
-I$(top_srcdir) \
-DSTRSET_CUSTMEM=1 \
-DDNS_NOTIFY_PATH=\"$(bindir)/notify-dns-slaves\"
lib_LTLIBRARIES = slapi-dnsnotify.la
slapi_dnsnotify_la_SOURCES = \
plugin.c plugin.h \
autoserial.c \
dnsnotify.c \
../common/soa.c \
../common/strset.c
slapi_dnsnotify_la_LDFLAGS = -module -avoid-version \
-export-symbols-regex 'plugin_init'
|