From 77c849c2bd9acd95033a7243ed630234a584fc3a Mon Sep 17 00:00:00 2001 From: Christian Muck Date: Mon, 13 Feb 2012 21:27:25 +0100 Subject: Update project structure --- automotive-dlt.pc.in | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100755 automotive-dlt.pc.in (limited to 'automotive-dlt.pc.in') diff --git a/automotive-dlt.pc.in b/automotive-dlt.pc.in new file mode 100755 index 0000000..b0a766f --- /dev/null +++ b/automotive-dlt.pc.in @@ -0,0 +1,12 @@ +prefix=@CMAKE_INSTALL_PREFIX@ +exec_prefix=@CMAKE_INSTALL_PREFIX@ +libdir=${exec_prefix}/lib +includedir=${exec_prefix}/include + +Name: DLT +Description: Diagnostic Log and Trace +Version: @DLT_VERSION@ +Requires: +Libs: -L${libdir} -ldlt -lrt -lpthread +Cflags: -I${includedir}/dlt -DDLT_@DLT_MAJOR_VERSION@_@DLT_MINOR_VERSION@ + -- cgit v1.2.1