From ae7fe705ef6ff6f979a397aabb08ae26135e9ec5 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Thu, 20 Aug 2009 19:34:50 +0200 Subject: move lib/CommLayer/DBusServerProxy.{h,cpp} to src/Daemon/. No code changes. Signed-off-by: Denys Vlasenko --- src/Daemon/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Daemon/Makefile.am') diff --git a/src/Daemon/Makefile.am b/src/Daemon/Makefile.am index 780760ba..fdc1d604 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 \ -- cgit