summaryrefslogtreecommitdiffstats
path: root/acl-updater/plugin
diff options
context:
space:
mode:
authorgregory guy <gregory-tde@laposte.net>2020-05-24 15:22:42 +0200
committerMichele Calgaro <michele.calgaro@yahoo.it>2020-05-25 16:06:10 +0900
commitcd59dbbad915bd312497f32284ae2aa19bb7176e (patch)
treee0a79d419ff83dbdee8c207048ffaa839b315c6e /acl-updater/plugin
parent2e26837e231197f2fc809752f9f4721b6656d423 (diff)
downloadkcmldapcontroller-cd59dbbad915bd312497f32284ae2aa19bb7176e.tar.gz
kcmldapcontroller-cd59dbbad915bd312497f32284ae2aa19bb7176e.zip
Drop automake build support.
Add basic cmake build instructions. Delete empty folder doc. Delete empty files NEWS, TODO and ChangeLog. Write basic README file. Signed-off-by: gregory guy <gregory-tde@laposte.net> (cherry picked from commit c2754a3424db7da341d1361310644cf612c2af78)
Diffstat (limited to 'acl-updater/plugin')
-rw-r--r--acl-updater/plugin/Makefile.am7
-rw-r--r--acl-updater/plugin/configure.in.in6
2 files changed, 0 insertions, 13 deletions
diff --git a/acl-updater/plugin/Makefile.am b/acl-updater/plugin/Makefile.am
deleted file mode 100644
index febfacb..0000000
--- a/acl-updater/plugin/Makefile.am
+++ /dev/null
@@ -1,7 +0,0 @@
-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_LIBRARIES)
-slapi_acl_manager_la_LDFLAGS = -module -avoid-version $(all_libraries)
diff --git a/acl-updater/plugin/configure.in.in b/acl-updater/plugin/configure.in.in
deleted file mode 100644
index 9feb979..0000000
--- a/acl-updater/plugin/configure.in.in
+++ /dev/null
@@ -1,6 +0,0 @@
-
-# Check for slapi-plugin.h
-AC_CHECK_HEADERS(slapi-plugin.h)
-
-# Check for the slapi library
-AC_CHECK_LIB(slapi, slapi_pblock_get, AC_SUBST(SLAPI_LIBRARIES, "-lslapi"), [], [-shared -fPIC])