diff options
Diffstat (limited to 'plugin/Makefile.am')
-rw-r--r-- | plugin/Makefile.am | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/plugin/Makefile.am b/plugin/Makefile.am new file mode 100644 index 0000000..8d07ee0 --- /dev/null +++ b/plugin/Makefile.am @@ -0,0 +1,11 @@ + +INCLUDES = \ + -I$(top_srcdir) + +lib_LTLIBRARIES = slapi-suffix.la + +slapi_suffix_la_SOURCES = \ + plugin.c plugin.h + +slapi_suffix_la_LDFLAGS = -module -avoid-version \ + -export-symbols-regex 'plugin_init' |