summaryrefslogtreecommitdiffstats
path: root/src/Daemon/Makefile.am
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2009-11-03 20:26:14 +0100
committerDenys Vlasenko <vda.linux@googlemail.com>2009-11-03 20:26:14 +0100
commit7ea8edef92be0c7812699d3e9d9a20bad8227ef3 (patch)
treeddfccb0151e6c3e7e0838559ca7c4d025ab448b3 /src/Daemon/Makefile.am
parent4c5a40576d23057291810229b7229771a295a52c (diff)
downloadabrt-7ea8edef92be0c7812699d3e9d9a20bad8227ef3.tar.gz
abrt-7ea8edef92be0c7812699d3e9d9a20bad8227ef3.tar.xz
abrt-7ea8edef92be0c7812699d3e9d9a20bad8227ef3.zip
lib/Plugins/Bugzilla: sanitize xmlrpc init; fix bug where ssl_verify=1 always
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'src/Daemon/Makefile.am')
-rw-r--r--src/Daemon/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/Daemon/Makefile.am b/src/Daemon/Makefile.am
index 0067e5d..4365a0c 100644
--- a/src/Daemon/Makefile.am
+++ b/src/Daemon/Makefile.am
@@ -24,13 +24,15 @@ abrtd_CPPFLAGS = \
-DPLUGINS_CONF_DIR=\"$(PLUGINS_CONF_DIR)\" \
$(GLIB_CFLAGS) \
$(DBUS_CFLAGS) \
+ $(XMLRPC_CFLAGS) $(XMLRPC_CLIENT_CFLAGS) \
$(ENABLE_SOCKET_OR_DBUS) \
-D_GNU_SOURCE
abrtd_LDADD = \
../../lib/Utils/libABRTUtils.la \
$(DL_LIBS) \
$(DBUS_LIBS) \
- $(RPM_LIBS)
+ $(RPM_LIBS) \
+ $(XMLRPC_LIBS) $(XMLRPC_CLIENT_LIBS)
dbusabrtconfdir = ${sysconfdir}/dbus-1/system.d/
dist_dbusabrtconf_DATA = dbus-abrt.conf