]> Git Repo - linux.git/blob - tools/lib/traceevent/libtraceevent.pc.template
regulator: core: remove unused rdev_get_supply()
[linux.git] / tools / lib / traceevent / libtraceevent.pc.template
1 prefix=INSTALL_PREFIX
2 libdir=${prefix}/lib64
3 includedir=${prefix}/include/traceevent
4
5 Name: libtraceevent
6 URL: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
7 Description: Linux kernel trace event library
8 Version: LIB_VERSION
9 Cflags: -I${includedir}
10 Libs: -L${libdir} -ltraceevent
This page took 0.031728 seconds and 4 git commands to generate.