pkgconfig: fix pkgconfig error
[profile/ivi/automotive-message-broker.git] / lib / automotive-message-broker.pc.in
1 prefix=@CMAKE_INSTALL_PREFIX@
2 exec_prefix=${prefix}
3 libdir=@LIB_INSTALL_DIR@
4 includedir=@INCLUDE_INSTALL_DIR@/amb
5
6 Name: automotive-message-broker
7 Description: Message Broker for vehicle data
8 Version: @PROJECT_VERSION@
9 Requires: gio-2.0 glib-2.0 json-c
10 Libs: -L${libdir} -lamb -luuid
11 Cflags: -I${includedir}