summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
Diffstat (limited to 'python')
-rw-r--r--python/setup.py.in (renamed from python/setup.py)3
1 files changed, 3 insertions, 0 deletions
diff --git a/python/setup.py b/python/setup.py.in
index 54510024..77c10b07 100644
--- a/python/setup.py
+++ b/python/setup.py.in
@@ -10,6 +10,9 @@ def fail(msg):
INC = ['..', 'src/', '../decoder', '../utils', '../mteval']
LIB = ['../decoder', '../utils', '../mteval', '../training', '../klm/lm', '../klm/util']
+# set automatically by configure
+raw_config_libs = '@LIBS@'
+
try:
with open('../config.status') as config:
config = config.read()