summaryrefslogtreecommitdiff
path: root/automotive-dlt.pc.in
diff options
context:
space:
mode:
authorFelix Herrmann <fherrmann@de.adit-jv.com>2020-05-26 10:16:39 +0200
committerSaya Sugiura <39760799+ssugiura@users.noreply.github.com>2020-07-06 10:04:07 +0900
commit0f58751844c47ec12a966ac9aaab633c5750a10d (patch)
tree7088e8ac195ec66eabbcbe0cd403d612037f7202 /automotive-dlt.pc.in
parent1354b34b9a6a07601cbdead06955cf150cf43d36 (diff)
downloadDLT-daemon-0f58751844c47ec12a966ac9aaab633c5750a10d.tar.gz
update cmake VERSION variables
align variable names with cmake 3.3 change. => DLT_VERSION* -> PROJECT_VERSION* Signed-off-by: Felix Herrmann <fherrmann@de.adit-jv.com>
Diffstat (limited to 'automotive-dlt.pc.in')
-rw-r--r--automotive-dlt.pc.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/automotive-dlt.pc.in b/automotive-dlt.pc.in
index dedda39..bddd03b 100644
--- a/automotive-dlt.pc.in
+++ b/automotive-dlt.pc.in
@@ -20,8 +20,8 @@ includedir=${exec_prefix}/include
Name: DLT
Description: Diagnostic Log and Trace
-Version: @DLT_VERSION@
+Version: @PROJECT_VERSION@
Requires:
Libs: -L${libdir} -ldlt -lrt -lpthread @ZLIB_LIBRARY@
-Cflags: -I${includedir}/dlt -DDLT_@DLT_MAJOR_VERSION@_@DLT_MINOR_VERSION@
+Cflags: -I${includedir}/dlt -DDLT_@PROJECT_VERSION_MAJOR@_@PROJECT_VERSION_MINOR@