From a60b7f1f058fd2a9dad79aaf5c910e6f31eb2e37 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Fri, 26 Nov 2010 13:30:51 +0100 Subject: correct a comment about libraries' users Signed-off-by: Denys Vlasenko --- src/lib/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/lib') 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 \ -- cgit