summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorLukas Slebodnik <lslebodn@redhat.com>2015-05-23 21:46:45 +0200
committerJakub Hrozek <jhrozek@redhat.com>2015-06-19 14:09:45 +0200
commite3a3c7360841821b7c7becd0b4f05d93e1535b05 (patch)
treedff915695d391b1ea6b9c454c5769a10ca2b2b62 /Makefile.am
parentceb393ad6d7ecc41dd9f15b64dd7d94db43a8582 (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
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)