mirror of
https://github.com/vel21ripn/nDPI.git
synced 2026-05-22 03:03:07 +00:00
get CPPFLAGS from configure
This commit is contained in:
parent
15779e3a1b
commit
ec2711ba84
1 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
|||
CC=@CC@
|
||||
CFLAGS=-g -I../src/include @CFLAGS@
|
||||
CFLAGS=-g -I../src/include @CFLAGS@ @CPPFLAGS@
|
||||
LIBNDPI=../src/lib/libndpi.a
|
||||
LDFLAGS=$(LIBNDPI) @PCAP_LIB@ -lpthread @LDFLAGS@
|
||||
OBJS=ndpiReader.o ndpi_util.o
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue