summaryrefslogtreecommitdiff
path: root/python/setup.py.in
diff options
context:
space:
mode:
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)
]