diff options
author | Vito Piserchia <vito.piserchia@dreamlab.net> | 2016-11-03 15:08:56 +0100 |
---|---|---|
committer | Vito Piserchia <vito.piserchia@dreamlab.net> | 2016-11-03 15:08:56 +0100 |
commit | 087ca9d0d5c03fe0a6943d1763348ef317a824d2 (patch) | |
tree | 2dd8ff68321acb8232373da247dfdbefd661b4f7 /example | |
parent | 8169b35fa68c5dde575b961820271f4b05dd6e4d (diff) | |
parent | 002b8b04e9ff06aa75a93af4466361636ef38820 (diff) |
Merge remote-tracking branch 'upstream/dev' 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 a55212c92..c1eee8496 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 +AM_LDFLAGS = -static -ldl ndpiReader_SOURCES = ndpiReader.c ndpi_util.c ndpi_util.h |