aheinecke@405: # Copyright (C) 2014 by Bundesamt für Sicherheit in der Informationstechnik aheinecke@405: # Software engineering by Intevation GmbH aheinecke@405: # aheinecke@405: # This file is Free Software under the GNU GPL (v>=2) aheinecke@405: # and comes with ABSOLUTELY NO WARRANTY! aheinecke@405: # See LICENSE.txt for details. aheinecke@405: aheinecke@408: set (trustbridge_common_src wilde@259: certhelp.c aheinecke@102: listutil.c wilde@260: logging.c wilde@259: portpath.c aheinecke@102: strhelp.c aheinecke@321: util.c aheinecke@102: ) aheinecke@102: aheinecke@408: add_library(trustbridge_common STATIC ${trustbridge_common_src})