summaryrefslogtreecommitdiff
path: root/automotive-dlt.pc.cmake
diff options
context:
space:
mode:
authorChristian Muck <christian.muck@bmw.de>2011-04-11 15:41:05 +0200
committerChristian Muck <christian.muck@bmw.de>2011-04-11 15:41:05 +0200
commit760fb8a4daba3e403376099ce38aca8f88d695d3 (patch)
tree36b6f428cee8ba0af0fd50b3e44a3d4da9083a44 /automotive-dlt.pc.cmake
parent5394c6fa5bf40d9bc8619026cbc4c306211a8499 (diff)
downloadDLT-daemon-760fb8a4daba3e403376099ce38aca8f88d695d3.tar.gz
Init of dlt daemon
Diffstat (limited to 'automotive-dlt.pc.cmake')
-rwxr-xr-xautomotive-dlt.pc.cmake12
1 files changed, 12 insertions, 0 deletions
diff --git a/automotive-dlt.pc.cmake b/automotive-dlt.pc.cmake
new file mode 100755
index 0000000..0284c5c
--- /dev/null
+++ b/automotive-dlt.pc.cmake
@@ -0,0 +1,12 @@
+prefix=@prefix@
+exec_prefix=@prefix@
+libdir=@libdir@
+includedir=@includedir@
+
+Name: DLT
+Description: Diagnostic Log and Trace
+Version: @GENIVI_PROJECT_VERSION@
+Requires:
+Libs: -L${libdir} -ldlt -lrt -lpthread
+Cflags: -I${includedir}/dlt -DDLT_@PRINT_MAJOR_VERSION@_@PRINT_MINOR_VERSION@
+