35 lines
858 B
Diff
35 lines
858 B
Diff
From e8f00c8792ac1fcffffc3cf8bdf7e23898c9511f Mon Sep 17 00:00:00 2001
|
|
From: Lukas Slebodnik <lslebodn@redhat.com>
|
|
Date: Mon, 9 Feb 2015 17:40:07 +0100
|
|
Subject: [PATCH 85/99] BUILD: Remove unused libraries for pysss.so
|
|
|
|
Reviewed-by: Stephen Gallagher <sgallagh@redhat.com>
|
|
---
|
|
Makefile.am | 8 +-------
|
|
1 file changed, 1 insertion(+), 7 deletions(-)
|
|
|
|
diff --git a/Makefile.am b/Makefile.am
|
|
index 65b9773d8804992f7553609b77553b3b3944a54d..697ec14bf6340961fa93612472a54d3f83edfd6c 100644
|
|
--- a/Makefile.am
|
|
+++ b/Makefile.am
|
|
@@ -445,15 +445,9 @@ SSSD_LIBS = \
|
|
|
|
PYTHON_BINDINGS_LIBS = \
|
|
$(TALLOC_LIBS) \
|
|
- $(TEVENT_LIBS) \
|
|
$(POPT_LIBS) \
|
|
$(LDB_LIBS) \
|
|
- $(DBUS_LIBS) \
|
|
- $(PCRE_LIBS) \
|
|
- $(DHASH_LIBS) \
|
|
- $(SSS_CRYPT_LIBS) \
|
|
- $(OPENLDAP_LIBS) \
|
|
- $(TDB_LIBS)
|
|
+ $(NULL)
|
|
|
|
TOOLS_LIBS = \
|
|
$(LTLIBINTL) \
|
|
--
|
|
2.4.0
|
|
|