diff options
author | Lukas Slebodnik <lslebodn@redhat.com> | 2015-02-09 17:40:07 +0100 |
---|---|---|
committer | Jakub Hrozek <jhrozek@redhat.com> | 2015-02-25 08:38:07 +0100 |
commit | 4e0404ca1b19830dc0f729e59efd5bbd0a9d6103 (patch) | |
tree | b31c38e24e176f498e6af3c4d1b53b40c09b7d0d /Makefile.am | |
parent | 35808a6c8cea7baef659192dbb981872f95337ea (diff) | |
download | sssd-4e0404ca1b19830dc0f729e59efd5bbd0a9d6103.tar.gz sssd-4e0404ca1b19830dc0f729e59efd5bbd0a9d6103.tar.xz sssd-4e0404ca1b19830dc0f729e59efd5bbd0a9d6103.zip |
BUILD: Remove unused libraries for pysss.so
Reviewed-by: Stephen Gallagher <sgallagh@redhat.com>
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 8 |
1 files changed, 1 insertions, 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) \ |