Merge branch 'master' into develop
# Conflicts: # src/entry/Maat_rule.cpp # src/entry/Makefile
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -208,6 +208,7 @@ struct _plugin_table_info
|
||||
dynamic_array_t *cache_lines;
|
||||
int line_num;
|
||||
long cache_size;
|
||||
pthread_mutex_t plugin_mutex;
|
||||
};
|
||||
struct _Maat_table_info_t
|
||||
{
|
||||
|
||||
@@ -5,7 +5,9 @@ CC = gcc
|
||||
CCC = g++
|
||||
CFLAGS = -Wall -g -fPIC
|
||||
CFLAGS += $(OPTFLAGS)
|
||||
LDFLAGS = -lMESA_handle_logger -lMESA_htable -lpthread -lm -lrulescan -lpcre
|
||||
LDDICTATOR = -Wl,-wrap,malloc -Wl,-wrap,calloc -Wl,-wrap,free -Wl,-wrap,realloc
|
||||
LDFLAGS = -lMESA_handle_logger -lMESA_htable -lpthread
|
||||
#LDFLAGS += $(LDDICTATOR)
|
||||
MAILLIB = ../lib
|
||||
|
||||
G_H_DIR =../inc_internal
|
||||
|
||||
Reference in New Issue
Block a user