From 43133b835fe97592eba30344805177faab9fb644 Mon Sep 17 00:00:00 2001 From: Sumit Bose Date: Mon, 15 Jun 2009 15:06:40 +0200 Subject: added kerberos locator plugin --- server/Makefile.am | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'server/Makefile.am') diff --git a/server/Makefile.am b/server/Makefile.am index bed9060bd..b15c23069 100644 --- a/server/Makefile.am +++ b/server/Makefile.am @@ -3,6 +3,7 @@ topdir=. sssdlibexecdir = $(libexecdir)/sssd sssdlibdir = $(libdir)/sssd ldblibdir = $(libdir)/ldb +krb5plugindir = @krb5pluginpath@ sssdconfdir = $(sysconfdir)/sssd dbusintrospectdir = $(datarootdir)/sssd/introspect dbuspolicydir = $(sysconfdir)/dbus-1/system.d @@ -80,6 +81,9 @@ sssdlib_LTLIBRARIES = \ ldblib_LTLIBRARIES = \ memberof.la +krb5plugin_LTLIBRARIES = \ + sssd_krb5_locator_plugin.la + noinst_LTLIBRARIES = \ libsss_crypt.la libsss_crypt_la_SOURCES = \ @@ -208,6 +212,7 @@ dist_noinst_HEADERS = \ providers/dp_backend.h \ providers/providers.h \ tools/tools_util.h \ + krb5_plugin/sssd_krb5_locator_plugin.h \ $(infopipe_headers) \ $(polkit_headers) @@ -403,6 +408,15 @@ memberof_la_LDFLAGS = \ -avoid-version \ -module +sssd_krb5_locator_plugin_la_SOURCES = \ + krb5_plugin/sssd_krb5_locator_plugin.c +sssd_krb5_locator_plugin_la_CFLAGS = \ + $(AM_CFLAGS) \ + $(KRB5_CFLAGS) +sssd_krb5_locator_plugin_la_LDFLAGS = \ + -avoid-version \ + -module + ############ # MANPAGES # ############ -- cgit