forked from Minki/linux
cc03e1a8f8
This patch implements integration with pkg-config framework. pkg-config can be used by the library users to determine required CFLAGS and LDFLAGS in order to use the library Signed-off-by: Tzvetomir Stoyanov <tstoyanov@vmware.com> Cc: Andrew Morton <akpm@linux-foundation.org> Cc: Jiri Olsa <jolsa@redhat.com> Cc: Namhyung Kim <namhyung@kernel.org> Link: http://lkml.kernel.org/r/20181130154647.022471992@goodmis.org Signed-off-by: Steven Rostedt (VMware) <rostedt@goodmis.org> Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
11 lines
300 B
Plaintext
11 lines
300 B
Plaintext
prefix=INSTALL_PREFIX
|
|
libdir=${prefix}/lib64
|
|
includedir=${prefix}/include/traceevent
|
|
|
|
Name: libtraceevent
|
|
URL: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
|
|
Description: Linux kernel trace event library
|
|
Version: LIB_VERSION
|
|
Cflags: -I${includedir}
|
|
Libs: -L${libdir} -ltraceevent
|