check integrity of pool code file

This commit is contained in:
Andreas Steffen
2009-08-17 15:46:56 +02:00
parent bde541acf8
commit 8a17c1f907
3 changed files with 14 additions and 0 deletions
+4
View File
@@ -28,5 +28,9 @@ if USE_TOOLS
libs += $(top_builddir)/src/scepclient/.libs/scepclient
endif
if USE_SQL
libs += $(top_builddir)/src/charon/plugins/sql/.libs/pool
endif
checksum.c : checksum_builder $(libs)
./checksum_builder $(libs) > checksum.c
+4
View File
@@ -69,6 +69,10 @@ int main(int argc, char* argv[])
name = strdup("libstrongswan\",");
sname = "library_init";
}
else if (strstr(path, "pool"))
{
name = strdup("pool\",");
}
else if (strstr(path, "charon"))
{
name = strdup("charon\",");