mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 14:49:29 +00:00
remove superfluous pcap include
This commit is contained in:
parent
2b834d90d2
commit
afd8be9d46
1 changed files with 2 additions and 3 deletions
|
|
@ -19,12 +19,11 @@ CCOPT =
|
|||
LIBPCAPDIR = @libpcapdir@
|
||||
LIBPCREDIR = @LIBPCREDIR@
|
||||
export LIBDNETDIR = @LIBDNETDIR@
|
||||
INCLS = -I$(LIBPCAPDIR)
|
||||
DEFS = @DEFS@ -DNMAP_VERSION=\"$(NMAP_VERSION)\" -DNMAP_NAME=\"$(NMAP_NAME)\" -DNMAP_URL=\"$(NMAP_URL)\" -DNMAP_PLATFORM=\"$(NMAP_PLATFORM)\" -DNMAPDATADIR=\"$(nmapdatadir)\"
|
||||
# For mtrace debugging -- see MTRACE define in main.cc for instructions
|
||||
# Should only be enabled during debugging and not in any real release.
|
||||
# DEFS += -DMTRACE=1
|
||||
CXXFLAGS = @CXXFLAGS@ $(CCOPT) $(DEFS) $(INCLS)
|
||||
CXXFLAGS = @CXXFLAGS@ $(CCOPT) $(DEFS)
|
||||
CPPFLAGS = @CPPFLAGS@
|
||||
# CFLAGS = $(CXXFLAGS)
|
||||
# CFLAGS = $(DEFS) $(INCLS)
|
||||
|
|
@ -135,7 +134,7 @@ my_distclean:
|
|||
config.cache config.log config.status
|
||||
|
||||
depend:
|
||||
$(MAKEDEPEND) $(INCLS) -s "# DO NOT DELETE" -- $(DEFS) -- $(SRCS)
|
||||
$(MAKEDEPEND) -s "# DO NOT DELETE" -- $(DEFS) -- $(SRCS)
|
||||
|
||||
install-nmap: $(TARGET)
|
||||
$(SHTOOL) mkdir -f -p -m 755 $(DESTDIR)$(bindir) $(DESTDIR)$(mandir)/man1 $(DESTDIR)$(nmapdatadir)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue