From 408f93ec2327a8647030139a2e6f295e8b2c8de1 Mon Sep 17 00:00:00 2001 From: Philip Chimento Date: Wed, 10 Apr 2013 12:17:07 +0100 Subject: Skeleton build system to build a shared library Builds a dummy shared library that exports one symbol for testing, eos_hello_sample_function(). [#1] --- endless-0.pc.in | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 endless-0.pc.in (limited to 'endless-0.pc.in') diff --git a/endless-0.pc.in b/endless-0.pc.in new file mode 100644 index 0000000..083f995 --- /dev/null +++ b/endless-0.pc.in @@ -0,0 +1,15 @@ +prefix=@prefix@ +exec_prefix=@exec_prefix@ +libdir=@libdir@ +includedir=@includedir@ + +Name: @PACKAGE_NAME@ +Version: @PACKAGE_VERSION@ +Description: Software development kit for applications for the developing world +URL: @PACKAGE_URL@ + +Requires: @EOS_REQUIRED_MODULES@ +Requires.private: @EOS_REQUIRED_MODULES_PRIVATE@ +Cflags: -I${includedir}/@EOS_SDK_API_NAME@ +Libs: -L${libdir} -l@EOS_SDK_API_NAME@ + -- cgit v1.2.3