From d90d2d6c367b25a625ac1275c83268ef34468ac8 Mon Sep 17 00:00:00 2001 From: Johannes Schanda Date: Fri, 11 Jan 2013 11:23:47 +0100 Subject: Reorganise to remove redundant folder --- CommonAPI.pc.in | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 CommonAPI.pc.in (limited to 'CommonAPI.pc.in') diff --git a/CommonAPI.pc.in b/CommonAPI.pc.in new file mode 100644 index 0000000..4b47bcf --- /dev/null +++ b/CommonAPI.pc.in @@ -0,0 +1,10 @@ +prefix=@prefix@ +exec_prefix=@exec_prefix@ +libdir=@libdir@ +includedir=@includedir@ + +Name: Common API C++ +Description: GENIVI Common API C++ Library +Version: @PACKAGE_VERSION@ +Libs: -L${libdir} -lCommonAPI +Cflags: -I${includedir}/CommonAPI-@PACKAGE_VERSION@ \ No newline at end of file -- cgit v1.2.1