diff options
Diffstat (limited to 'example/Makefile.in')
-rw-r--r-- | example/Makefile.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/example/Makefile.in b/example/Makefile.in index 258c2d7b3..84abab219 100644 --- a/example/Makefile.in +++ b/example/Makefile.in @@ -16,7 +16,10 @@ ndpiReader: $(OBJS) $(LIBNDPI) install: mkdir -p $(DESTDIR)$(PREFIX)/bin/ + mkdir -p $(DESTDIR)$(PREFIX)/sbin/ndpi cp ndpiReader $(DESTDIR)$(PREFIX)/bin/ + cp protos.txt $(DESTDIR)$(PREFIX)/sbin/ndpi/ndpiProtos.txt + cp mining_hosts.txt $(DESTDIR)$(PREFIX)/sbin/ndpi/ndpiCustomCategory.txt [ -f build/app/ndpiReader.dpdk ] && cp build/app/ndpiReader.dpdk $(DESTDIR)$(PREFIX)/bin/ || true [ -f ndpiReader.dpdk ] && cp ndpiReader.dpdk $(DESTDIR)$(PREFIX)/bin/ || true |