diff options
author | Campus <campus@ntop.org> | 2016-04-26 14:20:23 +0200 |
---|---|---|
committer | Campus <campus@ntop.org> | 2016-04-26 14:20:23 +0200 |
commit | 34ce35dcfacf9aee4581092a09e3756e3ff7a04f (patch) | |
tree | ba31682993ebb9c3de57c26ba04c88b7a92f75f9 /src | |
parent | f66cfca2a94bf3fedf621272e64ff0392eb9f4c1 (diff) |
minor fix makefile
Diffstat (limited to 'src')
-rw-r--r-- | src/include/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/Makefile.am b/src/include/Makefile.am index e1158c7d1..cd901f58b 100644 --- a/src/include/Makefile.am +++ b/src/include/Makefile.am @@ -7,4 +7,4 @@ library_include_HEADERS = ndpi_api.h \ ndpi_protocol_ids.h \ ndpi_protocols.h \ ndpi_win32.h \ - ndpi_includes.h \ + ndpi_includes.h |