1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-22 13:34:15 +03:00

build: use export_incdirs

This commit is contained in:
Andrew Tridgell 2010-03-08 22:54:46 +11:00
parent d70c4e8ea9
commit 6bba8cfd92

View File

@ -215,6 +215,7 @@ def SAMBA_LIBRARY(bld, libname, source,
add_objects = add_objects,
ccflags = CURRENT_CFLAGS(bld, cflags),
includes=ilist + ' . #',
export_incdirs = includes,
depends_on=depends_on,
vnum=vnum)