From b0c567444015b34e4522c2f7f392c309cd64efc5 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Tue, 16 Sep 2014 21:21:23 -0400 Subject: need to include (and depend on) the header files --- setup.py | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 09d31ba..169c58c 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,12 @@ setup( sources=[ "vt100module.c", "libvt100/src/screen.c", - "libvt100/src/parser.c" + "libvt100/src/parser.c", + ], + depends=[ + "libvt100/src/screen.h", + "libvt100/src/parser.h", + "libvt100/src/vt100.h", ], **pkgconfig('glib-2.0') ) -- cgit v1.2.3