summaryrefslogtreecommitdiffstats
path: root/configure.ac
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 /configure.ac
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 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 362e5f6b..4e3d6921 100644
--- a/configure.ac
+++ b/configure.ac
@@ -99,7 +99,7 @@ AC_CONFIG_HEADERS([config.h])
AC_CONFIG_FILES([
Makefile
- abrt-utils.pc
+ abrt.pc
lib/Makefile
lib/Utils/Makefile
lib/Plugins/Makefile