From 0e74f780545b1aa8f6a5277b3cfdc9887c37ed5e Mon Sep 17 00:00:00 2001 From: Jiri Moskovcak Date: Wed, 8 Jun 2011 17:27:42 +0200 Subject: split libreport to a separate package --- libreport/src/gtk-helpers/libreport-gtk.pc.in | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 libreport/src/gtk-helpers/libreport-gtk.pc.in (limited to 'libreport/src/gtk-helpers/libreport-gtk.pc.in') diff --git a/libreport/src/gtk-helpers/libreport-gtk.pc.in b/libreport/src/gtk-helpers/libreport-gtk.pc.in new file mode 100644 index 00000000..2d842977 --- /dev/null +++ b/libreport/src/gtk-helpers/libreport-gtk.pc.in @@ -0,0 +1,11 @@ +prefix=@prefix@ +exec_prefix=@exec_prefix@ +libdir=@libdir@ +includedir=@includedir@ + +Name: libreport-gtk +Description: libreport bindings for GTK apps +Version: @VERSION@ +Requires: libreport +Libs: -L${libdir} -lreport-gtk +Cflags: -fPIC -I${includedir}/libreport -- cgit