Set INCLUDE_DIRS in module_build_info

This is required in the wscript.
This commit is contained in:
Sam Chesney
2019-01-09 17:32:43 +00:00
parent 600ec0da92
commit 1460b610a4

View File

@@ -17,6 +17,8 @@ VERSION = 0.2.0
DEPENDENT_MODULES = lib_logging(>=2.1.0) lib_xassert(>=2.0.0) lib_xud(>=0.1.0) lib_spdif(>=3.0.0)
INCLUDE_DIRS = api src/*
#ignore host dir
SOURCE_DIRS = src/*