Browse Source

* add jail.[ch] to main binary

master
Alex 'AdUser' Z 8 years ago
parent
commit
5ad9aa16ae
  1. 2
      src/CMakeLists.txt
  2. 1
      src/main.c

2
src/CMakeLists.txt

@ -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})

1
src/main.c

@ -3,6 +3,7 @@
#include "ipaddr.h"
#include "regexps.h"
#include "config.h"
#include "jail.h"
int main() {
printf("Hello world!\n");

Loading…
Cancel
Save