diff options
author | Campus <campus@ntop.org> | 2016-11-24 10:07:10 +0100 |
---|---|---|
committer | Campus <campus@ntop.org> | 2016-11-24 10:07:10 +0100 |
commit | 098812d3cc9fa53b436a473a79457e464afa1194 (patch) | |
tree | d8f03758e8cc44d6c88f848b377bc1af71531671 /example | |
parent | 797eb2c3ca69654c5e1926f626882dcd9a5a1c0b (diff) | |
parent | 4eb5297a799d2256f9bc2417b6cbca0caf173ce8 (diff) |
Merge branch 'mgigante-dev_libdl' into dev
Diffstat (limited to 'example')
-rw-r--r-- | example/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/example/Makefile.am b/example/Makefile.am index c1eee8496..921fa46a8 100644 --- a/example/Makefile.am +++ b/example/Makefile.am @@ -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 |