-I include in makefiles

This commit is contained in:
Andrea Fioraldi
2019-08-27 19:22:53 +02:00
parent 0d001c09c3
commit bae398a9a4
11 changed files with 19 additions and 20 deletions

View File

@ -18,7 +18,7 @@ HELPER_PATH = $(PREFIX)/lib/afl
VERSION = $(shell grep '^\#define VERSION ' ../config.h | cut -d '"' -f2)
CFLAGS ?= -O3 -funroll-loops
CFLAGS ?= -O3 -funroll-loops -I ../../include/
CFLAGS += -Wall -Wno-unused-result -D_FORTIFY_SOURCE=2 -g -Wno-pointer-sign
LDFLAGS += -ldl

View File

@ -27,8 +27,8 @@
#include <sys/types.h>
#include <sys/shm.h>
#include "../../types.h"
#include "../../config.h"
#include "types.h"
#include "config.h"
#include "pmparser.h"