summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorLukas Slebodnik <lslebodn@redhat.com>2015-05-23 21:46:45 +0200
committerLukas Slebodnik <lslebodn@redhat.com>2015-09-30 15:00:26 +0200
commit0ffc58e2407f1756b0c09fe31ecd21a75e88e833 (patch)
tree18a2f1510ef40f44b0d9d60c7358fc6d4cb98405 /Makefile.am
parent1ec5ef62d63937727187419b36549edacd98a271 (diff)
downloadsssd-1-11.tar.gz
sssd-1-11.tar.xz
sssd-1-11.zip
pysss_nss_idmap: Use wrapper for older pythonsssd-1-11
PyUnicode_FromString -> sss_python_unicode_from_string Reviewed-by: Jakub Hrozek <jhrozek@redhat.com>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 9d972f901..3f0f0c00d 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -2181,7 +2181,8 @@ pysss_murmur_la_LDFLAGS = \
-module
pysss_nss_idmap_la_SOURCES = \
- src/python/pysss_nss_idmap.c
+ src/python/pysss_nss_idmap.c \
+ src/util/sss_python.c
pysss_nss_idmap_la_CFLAGS = \
$(AM_CFLAGS) \
$(PYTHON_CFLAGS)