summaryrefslogtreecommitdiff
path: root/python/setup.py.in
diff options
context:
space:
mode:
authorChris Dyer <cdyer@Chriss-MacBook-Air.local>2013-11-10 17:36:52 -0500
committerChris Dyer <cdyer@Chriss-MacBook-Air.local>2013-11-10 17:36:52 -0500
commitadbe2a9683b9012e280318f5569a072ce45eba25 (patch)
tree15617a63c4bd35ad6420fd2233fab9fee9e0838f /python/setup.py.in
parentbb00ca99c527239ca163b209a599873fc9013072 (diff)
hack to fix compilation problems on mav
Diffstat (limited to 'python/setup.py.in')
-rw-r--r--python/setup.py.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/setup.py.in b/python/setup.py.in
index cdde696e..a2aa28f6 100644
--- a/python/setup.py.in
+++ b/python/setup.py.in
@@ -21,7 +21,7 @@ ext_modules = [
extra_compile_args=CPPFLAGS,
extra_link_args=LDFLAGS),
Extension(name='cdec.sa._sa',
- sources=['cdec/sa/_sa.c', 'cdec/sa/strmap.cc'],
+ sources=['cdec/sa/_sa.cpp', 'cdec/sa/strmap.cc'],
extra_compile_args=CPPFLAGS)
]