From abb82291887b6784a13a7fcf719fa1d463781007 Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Sat, 7 Jun 2008 20:36:27 +0000 Subject: Initial import --- plugin/Makefile.am | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 plugin/Makefile.am (limited to 'plugin/Makefile.am') diff --git a/plugin/Makefile.am b/plugin/Makefile.am new file mode 100644 index 0000000..d1887a3 --- /dev/null +++ b/plugin/Makefile.am @@ -0,0 +1,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' -- cgit v1.2.3