fbd14aeef9cd66ba504bd0838e9ed960404bfaba
[deb_dpdk.git] / debian / libdpdk.pc.in
1 prefix=/usr
2 exec_prefix=${prefix}
3 libdir=@LIBDIR@
4 includedir=${prefix}/include
5
6 Name: dpdk
7 Description: Data Plane Development Kit library
8 Version: @VERSION@
9 Libs: -L${libdir} @DPDK_LIBS@ -ldl -lm -lpthread -lz
10 Cflags: -I${includedir}/dpdk -include ${includedir}/dpdk/rte_config.h