blob: 7302099ddb0afca679d03c29d74a3ddf05034fcf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
INCLUDES = \
-I$(top_srcdir)
lib_LTLIBRARIES = slapi-suffix.la
slapi_suffix_la_SOURCES = \
plugin.c plugin.h \
suffix.c
slapi_suffix_la_LDFLAGS = -module -avoid-version \
-export-symbols-regex 'plugin_init'
|