Skip to content

Commit

Permalink
Build the ljndpi FFI binding for nDPI into Snabb
Browse files Browse the repository at this point in the history
  • Loading branch information
aperezdc committed Jan 14, 2016
1 parent 4245414 commit bfd172d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ all: $(LUAJIT) $(SYSCALL) $(PFLUA)
@cp -p lib/ljsyscall/syscall/linux/*.lua src/syscall/linux/
@cp -pr lib/ljsyscall/syscall/linux/x64 src/syscall/linux/
@cp -pr lib/ljsyscall/syscall/shared src/syscall/
# ljndpi
@mkdir -p src/ndpi
@cp -p lib/ljndpi/ndpi.lua src/
@cp -p lib/ljndpi/ndpi/*.lua src/ndpi/
cd src && $(MAKE)

install: all
Expand Down

0 comments on commit bfd172d

Please sign in to comment.