summaryrefslogtreecommitdiffstats
path: root/acl-updater/plugin/Makefile.am
blob: e0a1924e0e490d7e32bde5aebb227316901597f1 (plain)
1
2
3
4
5
6
7
INCLUDES = $(all_includes) $(KDE_INCLUDES)/tde -I$(top_srcdir) $(KRB5_CFLAGS)

lib_LTLIBRARIES = slapi-acl-manager.la

slapi_acl_manager_la_SOURCES = interface.c plugin.cpp plugin.h
slapi_acl_manager_la_LIBADD = -ltqt-mt -ltdeldap
slapi_acl_manager_la_LDFLAGS = -module -avoid-version $(all_libraries) $(KRB5_LIBS)