From 251d201fe7247c56feab40a210e20f57eff6adf8 Mon Sep 17 00:00:00 2001 From: Alexander Bokovoy Date: Jul 22 2013 11:39:40 +0000 Subject: build: fix dependencies for pysss module https://fedorahosted.org/sssd/ticket/2025 --- diff --git a/Makefile.am b/Makefile.am index 88e29ff..d484286 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1738,6 +1738,7 @@ pysss_la_CFLAGS = \ $(AM_CFLAGS) \ $(PYTHON_CFLAGS) pysss_la_LIBADD = \ + $(SSSD_INTERNAL_LTLIBS) \ $(PYTHON_BINDINGS_LIBS) \ $(PYTHON_LIBS) pysss_la_LDFLAGS = \