From 4619286fb6f0f90f180a4293d5a330e07ea1de73 Mon Sep 17 00:00:00 2001 From: Jiri Moskovcak Date: Fri, 9 Jul 2010 13:07:07 +0200 Subject: rename abrt-utils.pc to abrt.pc - so users can compile their own plugin using: $ g++ `pkg-config abrt --cflags --libs` --- abrt.pc.in | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100755 abrt.pc.in (limited to 'abrt.pc.in') diff --git a/abrt.pc.in b/abrt.pc.in new file mode 100755 index 00000000..441d4659 --- /dev/null +++ b/abrt.pc.in @@ -0,0 +1,10 @@ +prefix=@prefix@ +exec_prefix=@exec_prefix@ +libdir=@libdir@ +includedir=@includedir@ + +Name: abrt +Description: Library for writing ABRT plugins +Version: @VERSION@ +Libs: -L${libdir} -lABRTUtils -lABRTdUtils +Cflags: -fPIC -- cgit