From 480cac7647d567c3c3cb148c5a4750091b651934 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Wed, 19 Jan 2011 17:14:05 +0100 Subject: remove old plugin machinery. -10k and -1 library dependence in abrtd Signed-off-by: Denys Vlasenko --- src/lib/Makefile.am | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'src/lib/Makefile.am') diff --git a/src/lib/Makefile.am b/src/lib/Makefile.am index 6d6c22bb..20fbd4ed 100644 --- a/src/lib/Makefile.am +++ b/src/lib/Makefile.am @@ -78,8 +78,7 @@ libabrt_dbus_la_LIBADD = \ $(DBUS_LIBS) libabrt_daemon_la_SOURCES = \ - CommLayerInner.cpp \ - Plugin.cpp + CommLayerInner.cpp libabrt_daemon_la_CPPFLAGS = \ -I$(srcdir)/../include/report -I$(srcdir)/../include \ -DDEBUG_DUMPS_DIR=\"$(DEBUG_DUMPS_DIR)\" \ @@ -93,8 +92,7 @@ libabrt_daemon_la_CPPFLAGS = \ -D_GNU_SOURCE libabrt_daemon_la_LDFLAGS = \ -version-info 0:1:0 -libabrt_daemon_la_LIBADD = \ - -ldl +libabrt_daemon_la_LIBADD = libabrt_web_la_SOURCES = \ abrt_curl.h abrt_curl.c \ -- cgit