mirror of
https://github.com/vel21ripn/nDPI.git
synced 2026-04-28 15:09:47 +00:00
10 lines
232 B
PkgConfig
10 lines
232 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: libndpi
|
|
Description: deep packet inspection library
|
|
Version: @VERSION@
|
|
Libs: -L${libdir} -lndpi @ADDITIONAL_LIBS@
|
|
Cflags: -I${includedir}/ndpi
|