summaryrefslogtreecommitdiffstats
path: root/src/lib
diff options
context:
space:
mode:
authorDenys Vlasenko <dvlasenk@redhat.com>2010-11-26 13:30:51 +0100
committerDenys Vlasenko <dvlasenk@redhat.com>2010-11-26 13:30:51 +0100
commita60b7f1f058fd2a9dad79aaf5c910e6f31eb2e37 (patch)
treec477eace0ee02523b594dcd4297e83e782828998 /src/lib
parent7ca9930ec1fc0aef059a2d8e81f7db6b3c1085ce (diff)
downloadabrt-a60b7f1f058fd2a9dad79aaf5c910e6f31eb2e37.tar.gz
abrt-a60b7f1f058fd2a9dad79aaf5c910e6f31eb2e37.tar.xz
abrt-a60b7f1f058fd2a9dad79aaf5c910e6f31eb2e37.zip
correct a comment about libraries' users
Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/Makefile.am b/src/lib/Makefile.am
index 92f5e645..baa13a24 100644
--- a/src/lib/Makefile.am
+++ b/src/lib/Makefile.am
@@ -1,7 +1,7 @@
# libabrt - the stuff shared among most of abrt (like xmalloc, logging)
-# libabrt_daemon - only daemon/server/dbus related things are here
+# libabrt_daemon - only daemon related things are here
# libabrt_dbus - daemon, cli and applet use this
-# libabrt_web - abrt-action-foo where foo deals with network/web/ftp/...
+# libabrt_web - for abrt-action-foo where foo deals with network/web/ftp/...
lib_LTLIBRARIES = \
libabrt.la \
libabrt_daemon.la \