diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2009-12-07 11:46:13 +0100 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2009-12-07 11:46:13 +0100 |
commit | fb72ac689ca4832fca215edc942ae01592ecfff8 (patch) | |
tree | 9fae338f6e6fd841747b70d06faecb87f40e5ee7 /src/Daemon/Makefile.am | |
parent | 4e953eeeacab697ba26dc5588478cb12e64350b0 (diff) | |
download | abrt-fb72ac689ca4832fca215edc942ae01592ecfff8.tar.gz abrt-fb72ac689ca4832fca215edc942ae01592ecfff8.tar.xz abrt-fb72ac689ca4832fca215edc942ae01592ecfff8.zip |
*: remove most of remaining const string& params
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'src/Daemon/Makefile.am')
-rw-r--r-- | src/Daemon/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Daemon/Makefile.am b/src/Daemon/Makefile.am index fc4f5e20..18fcd816 100644 --- a/src/Daemon/Makefile.am +++ b/src/Daemon/Makefile.am @@ -26,7 +26,8 @@ abrtd_CPPFLAGS = \ $(DBUS_CFLAGS) \ $(XMLRPC_CFLAGS) $(XMLRPC_CLIENT_CFLAGS) \ $(ENABLE_SOCKET_OR_DBUS) \ - -D_GNU_SOURCE + -D_GNU_SOURCE \ + -Wall abrtd_LDADD = \ ../../lib/Utils/libABRTUtils.la \ ../../lib/Utils/libABRTdUtils.la \ |