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-dns-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'