diff options
author | Timothy Pearson <[email protected]> | 2012-06-04 17:05:03 -0500 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2012-06-04 17:05:03 -0500 |
commit | ded257d2225a74343c32b3303ec3778da216b688 (patch) | |
tree | 37765cf04edbfea0f507ed0208de2bc89cc62ac8 /acl-updater/plugin/Makefile.am | |
parent | 085abd94d86b16825501b4215bd852fa546b31a9 (diff) | |
download | kcmldapcontroller-ded257d2225a74343c32b3303ec3778da216b688.tar.gz kcmldapcontroller-ded257d2225a74343c32b3303ec3778da216b688.zip |
Add utility to manage kadmind ACL list based on group membership
Diffstat (limited to 'acl-updater/plugin/Makefile.am')
-rw-r--r-- | acl-updater/plugin/Makefile.am | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/acl-updater/plugin/Makefile.am b/acl-updater/plugin/Makefile.am new file mode 100644 index 0000000..ea1c02a --- /dev/null +++ b/acl-updater/plugin/Makefile.am @@ -0,0 +1,7 @@ +INCLUDES = $(all_includes) $(KDE_INCLUDES)/tde -I$(top_srcdir) + +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)
\ No newline at end of file |