diff options
-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 = \ |