summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorAlexander Bokovoy <abokovoy@redhat.com>2013-07-19 16:22:10 +0300
committerJakub Hrozek <jhrozek@redhat.com>2013-07-22 13:35:54 +0200
commit4b60fd691cc04455810d15da4f7f4044b92b07b3 (patch)
tree42fb8a968aaaa6ec2227382c1fb000dc28b4e60b /Makefile.am
parent002f84aea86371aa079b867c0ec39396b97109d3 (diff)
downloadsssd-4b60fd691cc04455810d15da4f7f4044b92b07b3.tar.gz
sssd-4b60fd691cc04455810d15da4f7f4044b92b07b3.tar.xz
sssd-4b60fd691cc04455810d15da4f7f4044b92b07b3.zip
build: fix dependencies for pysss module
https://fedorahosted.org/sssd/ticket/2025
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 0f12072f8..c846c6d1d 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1759,6 +1759,7 @@ pysss_la_CFLAGS = \
$(AM_CFLAGS) \
$(PYTHON_CFLAGS)
pysss_la_LIBADD = \
+ $(SSSD_INTERNAL_LTLIBS) \
$(PYTHON_BINDINGS_LIBS) \
$(PYTHON_LIBS)
pysss_la_LDFLAGS = \