diff options
author | Michele Campus <fci1908@gmail.com> | 2017-09-25 15:21:51 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-25 15:21:51 +0200 |
commit | 0827a6bf8b063175b35a6795024a7cedde9702c3 (patch) | |
tree | e4c537d466734bd514f9017e007bd8b9ebca1412 | |
parent | 43481099319d98a200af10fb122d9069289d22e6 (diff) | |
parent | 59097a2d30b3457e0e570c1911e853a9791fd7ac (diff) |
Merge pull request #457 from la10736/fix_ndpiReader_dependencies
Fix #456: ndpiReader depend from uthash.h heder
-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 1a2bf453d..7fc29402a 100644 --- a/example/Makefile.am +++ b/example/Makefile.am @@ -6,7 +6,7 @@ AM_CFLAGS = @PTHREAD_CFLAGS@ # --coverage LDADD = $(top_builddir)/src/lib/libndpi.la @JSON_C_LIB@ @PTHREAD_LIBS@ @PCAP_LIB@ @DL_LIB@ -lm AM_LDFLAGS = -static @DL_LIB@ -ndpiReader_SOURCES = ndpiReader.c ndpi_util.c ndpi_util.h +ndpiReader_SOURCES = ndpiReader.c ndpi_util.c ndpi_util.h uthash.h ndpiReader.o: ndpiReader.c |