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 | b2f4aef72ed5eddca9d47a38cfd1e845bbad5ffb (patch) | |
tree | 1588172c46dea9cd12b9768edbae5a37ab683903 /python | |
parent | 4a0a5980cf81ea0764911845c016bf314f535848 (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() |