summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJiri Moskovcak <jmoskovc@redhat.com>2009-06-15 15:42:36 +0200
committerJiri Moskovcak <jmoskovc@redhat.com>2009-06-15 15:42:36 +0200
commit091b9f6d3c1613e32e08e7f4663726344408d4a3 (patch)
treefe5d04bbb7ac94bfc6602f36e9a1be8c4093dad1 /src
parent75db7fd0ea56cfa648e9ac30230a0fe3349d39cd (diff)
downloadabrt-091b9f6d3c1613e32e08e7f4663726344408d4a3.tar.gz
abrt-091b9f6d3c1613e32e08e7f4663726344408d4a3.tar.xz
abrt-091b9f6d3c1613e32e08e7f4663726344408d4a3.zip
Fixed spec file, to work with new version
Diffstat (limited to 'src')
-rw-r--r--src/Daemon/CrashWatcher.cpp1
-rw-r--r--src/Daemon/Makefile.am3
-rw-r--r--src/Hooks/Makefile.am2
-rw-r--r--src/Hooks/abrt_exception_handler.py.in1
-rw-r--r--src/TUI/Makefile.am2
5 files changed, 5 insertions, 4 deletions
diff --git a/src/Daemon/CrashWatcher.cpp b/src/Daemon/CrashWatcher.cpp
index 97d03b57..fca8fc34 100644
--- a/src/Daemon/CrashWatcher.cpp
+++ b/src/Daemon/CrashWatcher.cpp
@@ -31,7 +31,6 @@
#include <sstream>
#include <dirent.h>
#include <cstring>
-#include "CommLayerInner.h"
#include "ABRTException.h"
/* just a helper function
diff --git a/src/Daemon/Makefile.am b/src/Daemon/Makefile.am
index 844abb43..4d9bed56 100644
--- a/src/Daemon/Makefile.am
+++ b/src/Daemon/Makefile.am
@@ -15,4 +15,5 @@ dist_dbusabrtconf_DATA = dbus-abrt.conf
daemonconfdir = $(CONF_DIR)
dist_daemonconf_DATA = abrt.conf
-man_MANS = abrt.8 abrt.conf.5 \ No newline at end of file
+man_MANS = abrt.8 abrt.conf.5
+EXTRA_DIST = $(man_MANS)
diff --git a/src/Hooks/Makefile.am b/src/Hooks/Makefile.am
index db2cb957..ba067a50 100644
--- a/src/Hooks/Makefile.am
+++ b/src/Hooks/Makefile.am
@@ -8,6 +8,8 @@ hookCCpp_CPPFLAGS = -I$(srcdir)/../../inc -I$(srcdir)/../../lib/Utils \
python_PYTHON = sitecustomize.py abrt_exception_handler.py
+EXTRA_DIST = abrt_exception_handler.py.in
+
pyhookconfdir = $(CONF_DIR)
dist_pyhookconf_DATA = pyhook.conf
diff --git a/src/Hooks/abrt_exception_handler.py.in b/src/Hooks/abrt_exception_handler.py.in
index 4283f3b6..689b5e0c 100644
--- a/src/Hooks/abrt_exception_handler.py.in
+++ b/src/Hooks/abrt_exception_handler.py.in
@@ -110,7 +110,6 @@ def write_dump(pid, tb_uuid, tb):
import time
ttime = int(time.time())
# localstatedir
- #dir_name = "/home/jmoskovc/.local/abrt/var/cache/abrt/pyhook-%s-%s" % (ttime , pid)
dir_name = "@DEBUG_DUMP_DIR@/pyhook-%s-%s" % (ttime , pid)
dd = ABRTUtils.CDebugDump()
try:
diff --git a/src/TUI/Makefile.am b/src/TUI/Makefile.am
index bd89309c..cfc16dfd 100644
--- a/src/TUI/Makefile.am
+++ b/src/TUI/Makefile.am
@@ -1,3 +1,3 @@
bin_PROGRAMS = abrt-cmd
-abrt_cmd_SOURCES = ABRTSocket.cpp ABRTSocket.h Cmd.cpp CrashTypes.h SocketCrashTypes.h
+abrt_cmd_SOURCES = ABRTSocket.cpp ABRTSocket.h Cmd.cpp
abrt_cmd_CPPFLAGS = -I$(srcdir)/../../inc \ No newline at end of file