aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index f6243f5..9b71360 100644
--- a/setup.py
+++ b/setup.py
@@ -27,10 +27,12 @@ setup(
"vt100module.c",
"libvt100/src/screen.c",
"libvt100/src/parser.c",
+ "libvt100/src/unicode-extra.c",
],
depends=[
"libvt100/src/screen.h",
"libvt100/src/parser.h",
+ "libvt100/src/unicode-extra.h",
"libvt100/src/vt100.h",
],
**pkgconfig('glib-2.0')