summaryrefslogtreecommitdiffstats
path: root/src/daemon/Makefile.am
diff options
context:
space:
mode:
authorDenys Vlasenko <dvlasenk@redhat.com>2011-01-21 00:44:39 +0100
committerDenys Vlasenko <dvlasenk@redhat.com>2011-01-21 00:44:39 +0100
commita387e6c91cd45ffc35c03e42bde7ba926231de4b (patch)
tree14f83cca9a0a81539de37dce061599b7063d52e0 /src/daemon/Makefile.am
parent320724188859d96b0a974d9e84bacd49a614f97d (diff)
downloadabrt-a387e6c91cd45ffc35c03e42bde7ba926231de4b.tar.gz
abrt-a387e6c91cd45ffc35c03e42bde7ba926231de4b.tar.xz
abrt-a387e6c91cd45ffc35c03e42bde7ba926231de4b.zip
Remove CCrashWatcher and CObserver classes; merge libabrt_daemon into abrtd
Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
Diffstat (limited to 'src/daemon/Makefile.am')
-rw-r--r--src/daemon/Makefile.am3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/daemon/Makefile.am b/src/daemon/Makefile.am
index f3f7bc0f..37b662af 100644
--- a/src/daemon/Makefile.am
+++ b/src/daemon/Makefile.am
@@ -11,10 +11,10 @@ sbin_PROGRAMS = \
abrtd_SOURCES = \
MiddleWare.h MiddleWare.cpp \
- CrashWatcher.h CrashWatcher.cpp \
CommLayerServer.h CommLayerServer.cpp \
CommLayerServerDBus.h CommLayerServerDBus.cpp \
Settings.h Settings.cpp \
+ comm_layer_inner.h comm_layer_inner.cpp \
Daemon.h Daemon.cpp
abrtd_CPPFLAGS = \
-I$(srcdir)/../include/report -I$(srcdir)/../include \
@@ -36,7 +36,6 @@ abrtd_LDADD = \
$(DL_LIBS) \
$(DBUS_LIBS) \
../lib/libreport.la \
- ../lib/libabrt_daemon.la \
../lib/libabrt_dbus.la
abrt_server_SOURCES = \