summaryrefslogtreecommitdiffstats
path: root/acl-updater
diff options
context:
space:
mode:
Diffstat (limited to 'acl-updater')
-rw-r--r--acl-updater/Makefile.am1
-rw-r--r--acl-updater/plugin/Makefile.am7
-rw-r--r--acl-updater/plugin/configure.in.in6
3 files changed, 0 insertions, 14 deletions
diff --git a/acl-updater/Makefile.am b/acl-updater/Makefile.am
deleted file mode 100644
index 6feca09..0000000
--- a/acl-updater/Makefile.am
+++ /dev/null
@@ -1 +0,0 @@
-SUBDIRS = plugin
diff --git a/acl-updater/plugin/Makefile.am b/acl-updater/plugin/Makefile.am
deleted file mode 100644
index d1d2ed8..0000000
--- a/acl-updater/plugin/Makefile.am
+++ /dev/null
@@ -1,7 +0,0 @@
-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_LIBRARIES)
-slapi_acl_manager_la_LDFLAGS = -module -avoid-version $(all_libraries) $(KRB5_LIBS)
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])