Fix integrity checks with monolithic build.

This commit is contained in:
Tobias Brunner
2011-06-08 15:46:07 +02:00
parent dcc1ad6a23
commit 289c424589
2 changed files with 11 additions and 2 deletions
+2
View File
@@ -155,7 +155,9 @@ int main(int argc, char* argv[])
{
build_binary_checksum(argv[i]);
}
#ifdef S_PLUGINS
build_plugin_checksums(S_PLUGINS, S_PATH);
#endif
#ifdef H_PLUGINS
build_plugin_checksums(H_PLUGINS, H_PATH);
#endif