diff options
| author | Denys Vlasenko <vda.linux@googlemail.com> | 2009-07-31 15:02:53 +0200 |
|---|---|---|
| committer | Denys Vlasenko <vda.linux@googlemail.com> | 2009-07-31 15:02:53 +0200 |
| commit | 36d30c955b6e8cc8ab576ce5fcb8d1dd8e7c043b (patch) | |
| tree | ac03dbbfc509a97572c842602b76d33ecf957b62 /src/Daemon | |
| parent | 919f52da59965f2493ca94ffb5bd11c7ef6835f9 (diff) | |
| download | abrt-36d30c955b6e8cc8ab576ce5fcb8d1dd8e7c043b.tar.gz abrt-36d30c955b6e8cc8ab576ce5fcb8d1dd8e7c043b.tar.xz abrt-36d30c955b6e8cc8ab576ce5fcb8d1dd8e7c043b.zip | |
KerneloopsReporter: plug a leak in writefunction
Also some preparatory cleanups for future dumpoops patch are included
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'src/Daemon')
| -rw-r--r-- | src/Daemon/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Daemon/Makefile.am b/src/Daemon/Makefile.am index 61d1920..b6a66f6 100644 --- a/src/Daemon/Makefile.am +++ b/src/Daemon/Makefile.am @@ -8,7 +8,7 @@ abrt_CPPFLAGS = -I$(srcdir)/../../lib/MiddleWare -I$(srcdir)/../../lib/CommLayer -DPLUGINS_CONF_DIR=\"$(PLUGINS_CONF_DIR)\" \ -DCONF_DIR=\"$(CONF_DIR)\" \ -DVAR_RUN=\"$(VAR_RUN)\" $(ENABLE_SOCKET_OR_DBUS) - + abrt_LDADD = ../../lib/MiddleWare/libABRTMiddleWare.la ../../lib/CommLayer/libABRTCommLayer.la $(DL_LIBS) $(DBUSCPP_LIBS) $(RPM_LIBS) dbusabrtconfdir = ${sysconfdir}/dbus-1/system.d/ dist_dbusabrtconf_DATA = dbus-abrt.conf |
