summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/CommLayer/Makefile.am1
-rw-r--r--src/Daemon/DBusServerProxy.cpp (renamed from lib/CommLayer/DBusServerProxy.cpp)0
-rw-r--r--src/Daemon/DBusServerProxy.h (renamed from lib/CommLayer/DBusServerProxy.h)0
-rw-r--r--src/Daemon/Makefile.am1
4 files changed, 1 insertions, 1 deletions
diff --git a/lib/CommLayer/Makefile.am b/lib/CommLayer/Makefile.am
index b7d8d5e..74b3aa5 100644
--- a/lib/CommLayer/Makefile.am
+++ b/lib/CommLayer/Makefile.am
@@ -1,7 +1,6 @@
lib_LTLIBRARIES = libABRTCommLayer.la
libABRTCommLayer_la_SOURCES = \
- DBusServerProxy.h DBusServerProxy.cpp \
DBusClientProxy.h DBusClientProxy.cpp \
CommLayerInner.h CommLayerInner.cpp \
CommLayerClientDBus.h CommLayerClientDBus.cpp \
diff --git a/lib/CommLayer/DBusServerProxy.cpp b/src/Daemon/DBusServerProxy.cpp
index 5730fd5..5730fd5 100644
--- a/lib/CommLayer/DBusServerProxy.cpp
+++ b/src/Daemon/DBusServerProxy.cpp
diff --git a/lib/CommLayer/DBusServerProxy.h b/src/Daemon/DBusServerProxy.h
index a68a44f..a68a44f 100644
--- a/lib/CommLayer/DBusServerProxy.h
+++ b/src/Daemon/DBusServerProxy.h
diff --git a/src/Daemon/Makefile.am b/src/Daemon/Makefile.am
index 780760b..fdc1d60 100644
--- a/src/Daemon/Makefile.am
+++ b/src/Daemon/Makefile.am
@@ -1,6 +1,7 @@
sbin_PROGRAMS = abrt
abrt_SOURCES = \
+ DBusServerProxy.h DBusServerProxy.cpp \
DynamicLibrary.cpp DynamicLibrary.h \
ABRTPlugin.cpp ABRTPlugin.h \
PluginManager.cpp PluginManager.h \