From 0ae4955ccca2d30c90800f9a313298be0fb4266b Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sat, 4 Jun 2016 19:31:53 -0400 Subject: bump libvt100 --- setup.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'setup.py') 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') -- cgit v1.2.3