@ -1,6 +1,6 @@
set(CMAKE_INCLUDE_CURRENT_DIR ON)
set(SOURCES "main.c" "logfile.c" "log.c" "matches.c" "ipaddr.c" "filelist.c" "regexps_posix.c" "config.c")
set(SOURCES "main.c" "logfile.c" "log.c" "matches.c" "ipaddr.c" "filelist.c" "regexps_posix.c" "config.c" "jail.c")
add_executable(f2b ${SOURCES})
@ -3,6 +3,7 @@
#include "ipaddr.h"
#include "regexps.h"
#include "config.h"
#include "jail.h"
int main() {
printf("Hello world!\n");