From 158a76721e1ffd7886894d7134e505b42b3b182d Mon Sep 17 00:00:00 2001 From: Alan Mishchenko Date: Fri, 4 Mar 2011 18:17:09 -0800 Subject: Added 'src/mem' as an additition include directory in Python interface. --- src/python/setup.py | 1 + 1 file changed, 1 insertion(+) (limited to 'src/python/setup.py') diff --git a/src/python/setup.py b/src/python/setup.py index a832f511..3ef006af 100644 --- a/src/python/setup.py +++ b/src/python/setup.py @@ -7,6 +7,7 @@ from distutils import util include_dirs = [ '../aig/hop', '../aig/gia', + '../aig/mem', '../base/abc', '../base/cmd', '../base/io', -- cgit v1.2.3