diff options
author | Giovanni Mascellani <mascellani@poisson.phc.unipi.it> | 2016-04-15 11:46:01 +0200 |
---|---|---|
committer | Giovanni Mascellani <mascellani@poisson.phc.unipi.it> | 2016-04-15 15:21:02 +0200 |
commit | 18f5362a3473c1fa4f6f6f4e7e99a75782582fb4 (patch) | |
tree | 93cbe00c78995ba8545114caa6e9ac71dd943b0c /src/lib/Makefile.am | |
parent | a71f525a2b838f08cf40a9da57e033980960b242 (diff) |
Support RX protocol (used by AFS).
Diffstat (limited to 'src/lib/Makefile.am')
-rw-r--r-- | src/lib/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/Makefile.am b/src/lib/Makefile.am index abda7ede1..d83fdd5c0 100644 --- a/src/lib/Makefile.am +++ b/src/lib/Makefile.am @@ -154,6 +154,7 @@ libndpi_la_SOURCES = ndpi_content_match.c.inc \ protocols/zeromq.c \ protocols/coap.c \ protocols/mqtt.c \ + protocols/rx.c \ third_party/include/actypes.h \ third_party/include/ahocorasick.h \ third_party/include/node.h \ |