summaryrefslogtreecommitdiffstats
path: root/src/daemon
diff options
context:
space:
mode:
Diffstat (limited to 'src/daemon')
-rw-r--r--src/daemon/Makefile.am2
-rw-r--r--src/daemon/PluginManager.cpp1
-rw-r--r--src/daemon/abrt-action-save-package-data.cpp2
3 files changed, 4 insertions, 1 deletions
diff --git a/src/daemon/Makefile.am b/src/daemon/Makefile.am
index daac8462..9eb41f23 100644
--- a/src/daemon/Makefile.am
+++ b/src/daemon/Makefile.am
@@ -223,6 +223,7 @@ abrt_action_kerneloops_CPPFLAGS = \
$(GLIB_CFLAGS) \
-D_GNU_SOURCE \
-Wall -Werror
+# libABRTdUtils is used only because of LoadPluginSettings:
abrt_action_kerneloops_LDADD = \
../../lib/utils/libABRT_web_utils.la \
../../lib/utils/libABRTdUtils.la \
@@ -244,6 +245,7 @@ abrt_action_print_CPPFLAGS = \
$(GLIB_CFLAGS) \
-D_GNU_SOURCE \
-Wall -Werror
+# libABRTdUtils is used only because of make_description_logger:
abrt_action_print_LDADD = \
../../lib/utils/libABRTdUtils.la \
../../lib/utils/libABRTUtils.la
diff --git a/src/daemon/PluginManager.cpp b/src/daemon/PluginManager.cpp
index b67048a0..ecc574d9 100644
--- a/src/daemon/PluginManager.cpp
+++ b/src/daemon/PluginManager.cpp
@@ -21,7 +21,6 @@
#include <dlfcn.h>
#include "abrtlib.h"
#include "abrt_exception.h"
-#include "comm_layer_inner.h"
#include "Polkit.h"
#include "PluginManager.h"
diff --git a/src/daemon/abrt-action-save-package-data.cpp b/src/daemon/abrt-action-save-package-data.cpp
index 9c1c4c0b..55acd97f 100644
--- a/src/daemon/abrt-action-save-package-data.cpp
+++ b/src/daemon/abrt-action-save-package-data.cpp
@@ -25,6 +25,8 @@
#define PROGNAME "abrt-action-save-package-data"
+// TODO: convert g_settings_foo usage to command-line switches
+
/**
* Returns the first full path argument in the command line or NULL.
* Skips options (params of the form "-XXX").