File tree Expand file tree Collapse file tree 3 files changed +0
-9
lines changed Expand file tree Collapse file tree 3 files changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -43,9 +43,6 @@ ifdef WIN32
43
43
INCLUDES += -I$(MINGW_HOME ) /include/ddk \
44
44
-I$(PCAP_SDK_HOME)/Include
45
45
endif
46
- ifdef LINUX
47
- INCLUDES += -I/usr/include/netinet
48
- endif
49
46
ifdef MAC_OS_X
50
47
INCLUDES += -I$(MACOS_SDK_HOME ) /usr/include/malloc
51
48
endif
Original file line number Diff line number Diff line change @@ -46,9 +46,6 @@ ifdef WIN32
46
46
INCLUDES += -I$(MINGW_HOME ) /include/ddk \
47
47
-I$(PCAP_SDK_HOME)/Include
48
48
endif
49
- ifdef LINUX
50
- INCLUDES += -I/usr/include/netinet
51
- endif
52
49
53
50
Obj/% .o : src/% .cpp Obj/% .d
54
51
@echo Building file: $<
Original file line number Diff line number Diff line change @@ -54,9 +54,6 @@ ifdef WIN32
54
54
INCLUDES += -I$(MINGW_HOME ) /include/ddk \
55
55
-I$(PCAP_SDK_HOME)/Include
56
56
endif
57
- ifdef LINUX
58
- INCLUDES += -I/usr/include/netinet
59
- endif
60
57
ifdef PF_RING_HOME
61
58
INCLUDES += -I$(PF_RING_HOME ) /userland/lib -I$(PF_RING_HOME ) /kernel
62
59
endif
You can’t perform that action at this time.
0 commit comments