summaryrefslogtreecommitdiffstats
path: root/abrt.pc.in
diff options
context:
space:
mode:
authorJiri Moskovcak <jmoskovc@redhat.com>2010-07-09 13:07:07 +0200
committerJiri Moskovcak <jmoskovc@redhat.com>2010-07-09 13:07:07 +0200
commit4619286fb6f0f90f180a4293d5a330e07ea1de73 (patch)
treee62b5b4dcc58b960dcaa5a2c2d437620922b8c25 /abrt.pc.in
parent7c8467db240180d4d4fba9701eac1c4b07466d6b (diff)
downloadabrt-4619286fb6f0f90f180a4293d5a330e07ea1de73.tar.gz
abrt-4619286fb6f0f90f180a4293d5a330e07ea1de73.tar.xz
abrt-4619286fb6f0f90f180a4293d5a330e07ea1de73.zip
rename abrt-utils.pc to abrt.pc
- so users can compile their own plugin using: $ g++ `pkg-config abrt --cflags --libs`
Diffstat (limited to 'abrt.pc.in')
-rwxr-xr-xabrt.pc.in10
1 files changed, 10 insertions, 0 deletions
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