From 1692b3e82521e7d73a908f532eced90491e1eded Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 30 Aug 2010 15:51:23 +0200 Subject: Support for automake and VC++ builds --- libodb-mysql.pc.in | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 libodb-mysql.pc.in (limited to 'libodb-mysql.pc.in') diff --git a/libodb-mysql.pc.in b/libodb-mysql.pc.in new file mode 100644 index 0000000..91045a8 --- /dev/null +++ b/libodb-mysql.pc.in @@ -0,0 +1,16 @@ +# file : libodb-mysql.pc.in +# author : Boris Kolpackov +# copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +# license : GNU GPL v2; see accompanying LICENSE file + +prefix=@prefix@ +exec_prefix=@exec_prefix@ +libdir=@libdir@ +includedir=@includedir@ + +Name: libodb-mysql +Description: Object persistence compiler for C++, MySQL runtime +URL: http://www.codesynthesis.com/products/odb/ +Version: @VERSION@ +Libs: -L${libdir} -lodb-mysql +Cflags: -I${includedir} -- cgit v1.1