diff options
author | Chris Dyer <cdyer@cs.cmu.edu> | 2012-08-10 23:58:41 -0400 |
---|---|---|
committer | Chris Dyer <cdyer@cs.cmu.edu> | 2012-08-10 23:58:41 -0400 |
commit | 88a2df4292f26c4a17de4a856b0579c4ce0de7dd (patch) | |
tree | 9c70700562fd31ec2c7e8182ffbd5bc9982310b7 /python | |
parent | 3e5590e041563095833753f3fed24373a7461d3e (diff) |
autogenerate setup.py
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() |