aboutsummaryrefslogtreecommitdiffstats
path: root/debian/libdpdk.pc.in
blob: eff4f18eb944d0514910c8fa36f91ee8e28bf2d9 (plain)
1
2
3
4
5
6
7
8
9
10
prefix=/usr
exec_prefix=${prefix}
libdir=${prefix}/lib
includedir=${prefix}/include

Name: dpdk
Description: Data Plane Development Kit library
Version: @VERSION@
Libs: -L${libdir} @DPDK_LIBS@ -ldl -lm -lpthread -lz
Cflags: -I${includedir}/dpdk -include ${includedir}/dpdk/rte_config.h