From 3b8e0a585cd441180697bdbd3b45420b82965b72 Mon Sep 17 00:00:00 2001 From: Paul I Date: Mon, 12 Nov 2018 00:05:32 +0300 Subject: [PATCH] Meson: add r_crypto headers to r2 dist --- sys/meson.py | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/meson.py b/sys/meson.py index 8f263449c3..0a0a892535 100755 --- a/sys/meson.py +++ b/sys/meson.py @@ -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}')