Loading Makefile +2 −2 Original line number Diff line number Diff line Loading @@ -7,7 +7,7 @@ SYS := $(shell gcc -dumpmachine) # environment where things likely will work -- as well as anything # works on the bajillion of different Linux environments ifneq (, $(findstring linux, $(SYS))) LIBS = -lpfring -lpcap -lm -lrt -rdynamic LIBS = -lpcap -lm -lrt -rdynamic INCLUDES = -I. -I../PF_RING/userland/lib endif Loading Loading @@ -44,7 +44,7 @@ endif # this works on llvm or real gcc CC = gcc DEFINES = -DPFRING DEFINES = CFLAGS = -g $(INCLUDES) $(DEFINES) -Wall -O3 -Wno-format .SUFFIXES: .c .cpp Loading Loading
Makefile +2 −2 Original line number Diff line number Diff line Loading @@ -7,7 +7,7 @@ SYS := $(shell gcc -dumpmachine) # environment where things likely will work -- as well as anything # works on the bajillion of different Linux environments ifneq (, $(findstring linux, $(SYS))) LIBS = -lpfring -lpcap -lm -lrt -rdynamic LIBS = -lpcap -lm -lrt -rdynamic INCLUDES = -I. -I../PF_RING/userland/lib endif Loading Loading @@ -44,7 +44,7 @@ endif # this works on llvm or real gcc CC = gcc DEFINES = -DPFRING DEFINES = CFLAGS = -g $(INCLUDES) $(DEFINES) -Wall -O3 -Wno-format .SUFFIXES: .c .cpp Loading