Skip to content

Commit 3498774

Browse files
authored
Linux: remove hardcoded netinet include folder (#650)
1 parent f72d833 commit 3498774

File tree

3 files changed

+0
-9
lines changed

3 files changed

+0
-9
lines changed

Common++/Makefile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,6 @@ ifdef WIN32
4343
INCLUDES += -I$(MINGW_HOME)/include/ddk \
4444
-I$(PCAP_SDK_HOME)/Include
4545
endif
46-
ifdef LINUX
47-
INCLUDES += -I/usr/include/netinet
48-
endif
4946
ifdef MAC_OS_X
5047
INCLUDES += -I$(MACOS_SDK_HOME)/usr/include/malloc
5148
endif

Packet++/Makefile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,6 @@ ifdef WIN32
4646
INCLUDES += -I$(MINGW_HOME)/include/ddk \
4747
-I$(PCAP_SDK_HOME)/Include
4848
endif
49-
ifdef LINUX
50-
INCLUDES += -I/usr/include/netinet
51-
endif
5249

5350
Obj/%.o: src/%.cpp Obj/%.d
5451
@echo Building file: $<

Pcap++/Makefile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,6 @@ ifdef WIN32
5454
INCLUDES += -I$(MINGW_HOME)/include/ddk \
5555
-I$(PCAP_SDK_HOME)/Include
5656
endif
57-
ifdef LINUX
58-
INCLUDES += -I/usr/include/netinet
59-
endif
6057
ifdef PF_RING_HOME
6158
INCLUDES += -I$(PF_RING_HOME)/userland/lib -I$(PF_RING_HOME)/kernel
6259
endif

0 commit comments

Comments
 (0)