Skip to content

Commit

Permalink
Linux: remove hardcoded netinet include folder (#650)
Browse files Browse the repository at this point in the history
  • Loading branch information
clementperon authored May 18, 2021
1 parent f72d833 commit 3498774
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 9 deletions.
3 changes: 0 additions & 3 deletions Common++/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,6 @@ ifdef WIN32
INCLUDES += -I$(MINGW_HOME)/include/ddk \
-I$(PCAP_SDK_HOME)/Include
endif
ifdef LINUX
INCLUDES += -I/usr/include/netinet
endif
ifdef MAC_OS_X
INCLUDES += -I$(MACOS_SDK_HOME)/usr/include/malloc
endif
Expand Down
3 changes: 0 additions & 3 deletions Packet++/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,6 @@ ifdef WIN32
INCLUDES += -I$(MINGW_HOME)/include/ddk \
-I$(PCAP_SDK_HOME)/Include
endif
ifdef LINUX
INCLUDES += -I/usr/include/netinet
endif

Obj/%.o: src/%.cpp Obj/%.d
@echo Building file: $<
Expand Down
3 changes: 0 additions & 3 deletions Pcap++/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,6 @@ ifdef WIN32
INCLUDES += -I$(MINGW_HOME)/include/ddk \
-I$(PCAP_SDK_HOME)/Include
endif
ifdef LINUX
INCLUDES += -I/usr/include/netinet
endif
ifdef PF_RING_HOME
INCLUDES += -I$(PF_RING_HOME)/userland/lib -I$(PF_RING_HOME)/kernel
endif
Expand Down

0 comments on commit 3498774

Please sign in to comment.