diff options
author | Luca Deri <deri@ntop.org> | 2016-04-24 23:17:18 +0200 |
---|---|---|
committer | Luca Deri <deri@ntop.org> | 2016-04-24 23:17:18 +0200 |
commit | e23446389c49d2fbe097016542b75a5f860f9713 (patch) | |
tree | 244f3daef488348693d6da98a2176afca4238494 /src/lib/Makefile.am | |
parent | 8cb6172e4bb44fdb45bf80dd3328a0f57173b45b (diff) |
Reworked https://github.com/ntop/nDPI/commit/8a4c15ecf5c5c1430e8047324a5e336db2f503f1 to avoid adding (un-needed) pcap dependency in nDPI core
Diffstat (limited to 'src/lib/Makefile.am')
-rw-r--r-- | src/lib/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/Makefile.am b/src/lib/Makefile.am index 312cdc88c..d83fdd5c0 100644 --- a/src/lib/Makefile.am +++ b/src/lib/Makefile.am @@ -16,7 +16,6 @@ libndpi_la_include_HEADERS = ../include/ndpi_api.h \ libndpi_la_SOURCES = ndpi_content_match.c.inc \ ndpi_main.c \ - ndpi_util.c \ protocols/afp.c \ protocols/aimini.c \ protocols/applejuice.c \ |