Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
robertdavidgraham committed Aug 19, 2013
1 parent f248186 commit 792f306
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand Down

0 comments on commit 792f306

Please sign in to comment.