diff options
author | Alexander Bokovoy <abokovoy@redhat.com> | 2013-07-19 16:22:10 +0300 |
---|---|---|
committer | Jakub Hrozek <jhrozek@redhat.com> | 2013-07-22 13:35:54 +0200 |
commit | 4b60fd691cc04455810d15da4f7f4044b92b07b3 (patch) | |
tree | 42fb8a968aaaa6ec2227382c1fb000dc28b4e60b | |
parent | 002f84aea86371aa079b867c0ec39396b97109d3 (diff) | |
download | sssd-4b60fd691cc04455810d15da4f7f4044b92b07b3.tar.gz sssd-4b60fd691cc04455810d15da4f7f4044b92b07b3.tar.bz2 sssd-4b60fd691cc04455810d15da4f7f4044b92b07b3.zip |
build: fix dependencies for pysss module
https://fedorahosted.org/sssd/ticket/2025
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 0f12072f..c846c6d1 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 = \ |