blob: 8d07ee0d321dc21f974ab237294f6ff78561b6b8 (
plain)
1
2
3
4
5
6
7
8
9
10
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'
|