summaryrefslogtreecommitdiff
path: root/automotive-dlt.pc.in
diff options
context:
space:
mode:
authorChristian Muck <christian.muck@bmw.de>2012-02-13 21:27:25 +0100
committerChristian Muck <christian.muck@bmw.de>2012-02-13 21:27:25 +0100
commit77c849c2bd9acd95033a7243ed630234a584fc3a (patch)
tree249d595ee307e6731157a933ba03f53970d72b46 /automotive-dlt.pc.in
parent214aebd2a8f5310c91fb580f93200a0fee364cbd (diff)
downloadDLT-daemon-77c849c2bd9acd95033a7243ed630234a584fc3a.tar.gz
Update project structure
Diffstat (limited to 'automotive-dlt.pc.in')
-rwxr-xr-xautomotive-dlt.pc.in12
1 files changed, 12 insertions, 0 deletions
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@
+