From 4e0404ca1b19830dc0f729e59efd5bbd0a9d6103 Mon Sep 17 00:00:00 2001 From: Lukas Slebodnik Date: Mon, 9 Feb 2015 17:40:07 +0100 Subject: BUILD: Remove unused libraries for pysss.so Reviewed-by: Stephen Gallagher --- Makefile.am | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/Makefile.am b/Makefile.am index 70278550f..e321b21f8 100644 --- a/Makefile.am +++ b/Makefile.am @@ -441,15 +441,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) \ -- cgit