summaryrefslogtreecommitdiffstats
path: root/server/Makefile.in
diff options
context:
space:
mode:
authorSimo Sorce <idra@samba.org>2008-12-10 17:21:03 -0500
committerSimo Sorce <idra@samba.org>2008-12-10 17:21:03 -0500
commita5442a122917088afff240846700e858f45fe1de (patch)
treea9b5bb18d59ea77b305212554942969c1bb2a9fb /server/Makefile.in
parentd0a94d34e6cbfb0cc164460b173c7fcfb2d28344 (diff)
downloadsssd-a5442a122917088afff240846700e858f45fe1de.tar.gz
sssd-a5442a122917088afff240846700e858f45fe1de.tar.xz
sssd-a5442a122917088afff240846700e858f45fe1de.zip
Initial work on a test provider using the gross hack of dlopen()ing nss_ldap
:-)
Diffstat (limited to 'server/Makefile.in')
-rw-r--r--server/Makefile.in5
1 files changed, 3 insertions, 2 deletions
diff --git a/server/Makefile.in b/server/Makefile.in
index fa57d8030..a1f87eb54 100644
--- a/server/Makefile.in
+++ b/server/Makefile.in
@@ -60,6 +60,7 @@ OBJS = $(SERVER_OBJ) @LIBREPLACEOBJ@ $(EXTRA_OBJ)
headers = .h
BINS = sbin/sssd sbin/sssd_nss sbin/sssd_dp sbin/sssd_be
+SOLIBS = lib/libsss_ldap.$(SHLIBEXT)
DIRS = sbin
@@ -67,7 +68,7 @@ default: all
include $(srvdir)/rules.mk
-all: showflags dirs $(OBJS) $(BINS)
+all: showflags dirs $(OBJS) $(BINS) $(SOLIBS)
shared-build: all
@@ -76,7 +77,7 @@ dirs:
clean::
rm -f *.o */*.o */*/*.o
- rm -f $(BINS)
+ rm -f $(BINS) $(SOLIBS)
distclean:: clean
rm -rf $(DIRS)