From 954c5504a03a061ff43ec6c5334f342bd919badd Mon Sep 17 00:00:00 2001 From: Nikias Bassen Date: Tue, 17 Jul 2012 00:22:29 +0200 Subject: changed build system to autofoo. previous Makefile is now Makefile.shared --- libirecovery.pc.in | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 libirecovery.pc.in (limited to 'libirecovery.pc.in') diff --git a/libirecovery.pc.in b/libirecovery.pc.in new file mode 100644 index 0000000..71f8e93 --- /dev/null +++ b/libirecovery.pc.in @@ -0,0 +1,11 @@ +prefix=@prefix@ +exec_prefix=@exec_prefix@ +libdir=@libdir@ +includedir=@includedir@ + +Name: libirecovery +Description: A library to talk to iBoot/iBSS in iDevices via USB +Version: @VERSION@ +Libs: -L${libdir} -lirecovery +Cflags: -I${includedir} + -- cgit v1.1-32-gdbae