aboutsummaryrefslogtreecommitdiff
path: root/modules/python/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'modules/python/Makefile.am')
-rw-r--r--modules/python/Makefile.am6
1 files changed, 1 insertions, 5 deletions
diff --git a/modules/python/Makefile.am b/modules/python/Makefile.am
index 7975752..c774e3c 100644
--- a/modules/python/Makefile.am
+++ b/modules/python/Makefile.am
@@ -20,11 +20,7 @@ moddir=@DICO_MODDIR@
mod_LTLIBRARIES=python.la
-if PYTHON3_COND
- python_la_SOURCES = python.c
-else
- python_la_SOURCES = python2.c
-endif
+python_la_SOURCES = python.c
python_la_LIBADD = ../../lib/libdico.la @PYTHON_LIBS@
AM_LDFLAGS = -module -avoid-version -no-undefined -rpath $(moddir)

Return to:

Send suggestions and report system problems to the System administrator.