summaryrefslogtreecommitdiffstats
path: root/abrt-utils.pc.in
diff options
context:
space:
mode:
authorJiri Moskovcak <jmoskovc@redhat.com>2010-07-08 16:38:19 +0200
committerJiri Moskovcak <jmoskovc@redhat.com>2010-07-09 11:42:30 +0200
commit6c4ea60aa257907deebcdb346a9d68bbe722837e (patch)
tree9169a621bdb63de41ccc6711636f8e5b6a432c49 /abrt-utils.pc.in
parent27572201de598e6c097dac708826a724e4154659 (diff)
downloadabrt-6c4ea60aa257907deebcdb346a9d68bbe722837e.tar.gz
abrt-6c4ea60aa257907deebcdb346a9d68bbe722837e.tar.xz
abrt-6c4ea60aa257907deebcdb346a9d68bbe722837e.zip
mv devel header files to inc/ and install them
- header files are required to write the custom plugins plugins without downloading the whole git tree, user just need to install abrt-devel package
Diffstat (limited to 'abrt-utils.pc.in')
-rwxr-xr-xabrt-utils.pc.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/abrt-utils.pc.in b/abrt-utils.pc.in
new file mode 100755
index 00000000..6f0fa410
--- /dev/null
+++ b/abrt-utils.pc.in
@@ -0,0 +1,11 @@
+prefix=@prefix@
+exec_prefix=@exec_prefix@
+libdir=@libdir@
+includedir=@includedir@
+
+Name: abrt-utils
+Description: Library for writing ABRT plugins
+#Requires: dbus-1
+Version: @VERSION@
+Libs: -L${libdir} -lABRTUtils -lABRTdUtils
+Cflags: -I${includedir}/abrt -fPIC