diff options
author | alexei-argus <alexei@argus-sec.com> | 2017-05-18 10:40:15 +0300 |
---|---|---|
committer | alexei-argus <alexei@argus-sec.com> | 2017-06-14 16:47:43 +0300 |
commit | 62a65aa4ccea8896890aa11ef5f8f24159d92e3d (patch) | |
tree | 9c1133b5a4af12026a5d295cade6e67d2957be2b /src | |
parent | bc7f0b368670f8c067c04c43a3fa9c6c81af77d4 (diff) |
Fix case-sensitivity issue
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/Makefile.am b/src/lib/Makefile.am index 3bf808f44..3af5881b7 100644 --- a/src/lib/Makefile.am +++ b/src/lib/Makefile.am @@ -158,7 +158,7 @@ libndpi_la_SOURCES = ndpi_content_match.c.inc \ protocols/zeromq.c \ protocols/smpp.c \ protocols/tinc.c \ - protocols/someip.c \ + protocols/SOMEIP.c \ third_party/include/actypes.h \ third_party/include/ahocorasick.h \ third_party/include/ndpi_patricia.h \ |