Meson: add r_crypto headers to r2 dist

This commit is contained in:
Paul I 2018-11-12 00:05:32 +03:00 committed by Florian Märkl
parent 68122dc27e
commit 3b8e0a585c

View File

@ -192,6 +192,7 @@ def win_dist_libr2(**path_fmt):
copy(r'{BUILDDIR}\r_userconf.h', r'{DIST}\{R2_INCDIR}')
copy(r'{ROOT}\libr\include\sdb\*.h', r'{DIST}\{R2_INCDIR}\sdb')
copy(r'{ROOT}\libr\include\r_util\*.h', r'{DIST}\{R2_INCDIR}\r_util')
copy(r'{ROOT}\libr\include\r_crypto\*.h', r'{DIST}\{R2_INCDIR}\r_crypto')
copytree(r'{ROOT}\libr\include\msvc', r'{DIST}\{R2_INCDIR}\msvc')
makedirs(r'{DIST}\{R2_FORTUNES}')
copy(r'{ROOT}\doc\fortunes.*', r'{DIST}\{R2_FORTUNES}')