mirror of
https://github.com/vel21ripn/nDPI.git
synced 2026-05-01 16:30:17 +00:00
Checking for libdl vs. libc during configure
This commit is contained in:
parent
f670eefd84
commit
c52c738408
2 changed files with 7 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ AM_CPPFLAGS = -I$(top_srcdir)/src/include @PCAP_INC@
|
|||
AM_CFLAGS = @PTHREAD_CFLAGS@
|
||||
|
||||
LDADD = $(top_builddir)/src/lib/libndpi.la @JSON_C_LIB@ @PTHREAD_LIBS@ @PCAP_LIB@
|
||||
AM_LDFLAGS = -static -ldl
|
||||
AM_LDFLAGS = -static @DL_LIB@
|
||||
|
||||
ndpiReader_SOURCES = ndpiReader.c ndpi_util.c ndpi_util.h
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue