Fixed missing variable declaration when systemd not enabled.
[profile/ivi/dlt-daemon.git] / automotive-dlt.pc.in
1 prefix=@CMAKE_INSTALL_PREFIX@
2 exec_prefix=@CMAKE_INSTALL_PREFIX@
3 libdir=${exec_prefix}/lib
4 includedir=${exec_prefix}/include
5
6 Name: DLT
7 Description: Diagnostic Log and Trace 
8 Version: @DLT_VERSION@
9 Requires: 
10 Libs: -L${libdir} -ldlt -lrt -lpthread -lz
11 Cflags: -I${includedir}/dlt -DDLT_@DLT_MAJOR_VERSION@_@DLT_MINOR_VERSION@
12