summaryrefslogtreecommitdiffstats
path: root/src/Daemon/Makefile.am
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2009-08-25 18:48:33 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2009-08-25 18:48:33 +0200
commit7b6c533525e26cc3408865f1c90c71882384cf76 (patch)
tree1d19407f47491fbd5a9ac5d76afa03f1bc7ef3fe /src/Daemon/Makefile.am
parentb9f2171818e7776f7b0ae2cb5f7d64133fc9f494 (diff)
downloadabrt-7b6c533525e26cc3408865f1c90c71882384cf76.tar.gz
abrt-7b6c533525e26cc3408865f1c90c71882384cf76.tar.xz
abrt-7b6c533525e26cc3408865f1c90c71882384cf76.zip
move lib/MiddleWare/RPM.{h,cpp} to src/Daemon, the sole user
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'src/Daemon/Makefile.am')
-rw-r--r--src/Daemon/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Daemon/Makefile.am b/src/Daemon/Makefile.am
index af2f406..eb9a059 100644
--- a/src/Daemon/Makefile.am
+++ b/src/Daemon/Makefile.am
@@ -3,6 +3,7 @@ sbin_PROGRAMS = abrt
abrt_SOURCES = \
ABRTPlugin.cpp ABRTPlugin.h \
PluginManager.cpp PluginManager.h \
+ RPM.cpp RPM.h \
MiddleWare.cpp MiddleWare.h \
CrashWatcher.cpp CrashWatcher.h \
CommLayerServer.h CommLayerServer.cpp \