From 735ac5cb6596ac7219881a8be1b215825de9401b Mon Sep 17 00:00:00 2001 From: Dmitri Pal Date: Mon, 13 Jul 2009 19:35:31 -0400 Subject: ELAPI First part of the interface This is just a part of the interface, a beginning. Most likely some of the functions will be altered but it is a starting point. For example in future there will be a way to override some of the parts of the default template using the application configuration file. Removed obfuscation of the data types based on discussion with Simo. --- common/elapi/elapi.pc.in | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 common/elapi/elapi.pc.in (limited to 'common/elapi/elapi.pc.in') diff --git a/common/elapi/elapi.pc.in b/common/elapi/elapi.pc.in new file mode 100644 index 00000000..73d2556e --- /dev/null +++ b/common/elapi/elapi.pc.in @@ -0,0 +1,11 @@ +prefix=@prefix@ +exec_prefix=@exec_prefix@ +libdir=@libdir@ +includedir=@includedir@ + +Name: @PACKAGE_NAME@ +Description: Event logging API (ELAPI) library +Version: @PACKAGE_VERSION@ +Libs: -L${libdir} -lelapi +Cflags: -I${includedir} +URL: http://fedorahosted.org/sssd/ -- cgit