dev-python/objgraph: keyworded 3.4.1 for ia64, bug #717946
[gentoo.git] / net-libs / nDPI / files / nDPI-2.2-libcache-include.patch
1 --- a/src/include/Makefile.am
2 +++ b/src/include/Makefile.am
3 @@ -7,4 +7,5 @@
4                 ndpi_protocol_ids.h \
5                 ndpi_protocols.h \
6                 ndpi_win32.h \
7 -               ndpi_includes.h
8 +               ndpi_includes.h \
9 +               libcache.h
10 --- a/src/include/ndpi_typedefs.h
11 +++ b/src/include/ndpi_typedefs.h
12 @@ -25,7 +25,7 @@
13  #define __NDPI_TYPEDEFS_H__
14  
15  #include "ndpi_define.h"
16 -#include "../lib/third_party/include/libcache.h"
17 +#include "libcache.h"
18  
19  #define BT_ANNOUNCE
20  #define SNAP_EXT
21 --- a/src/lib/Makefile.am
22 +++ b/src/lib/Makefile.am
23 @@ -12,7 +12,8 @@
24                              ../include/ndpi_includes.h \
25                              ../include/ndpi_protocol_ids.h \
26                              ../include/ndpi_protocols.h \
27 -                            ../include/ndpi_typedefs.h
28 +                            ../include/ndpi_typedefs.h \
29 +                            ../include/libcache.h
30  
31  libndpi_la_SOURCES = ndpi_content_match.c.inc \
32                      ndpi_main.c \