summaryrefslogtreecommitdiffstats
path: root/src/daemon/Makefile.am
diff options
context:
space:
mode:
authorDenys Vlasenko <dvlasenk@redhat.com>2011-04-19 15:43:46 +0200
committerDenys Vlasenko <dvlasenk@redhat.com>2011-04-19 15:43:46 +0200
commit6e5688421ab4988e4fc14b340a3931555a02d2c0 (patch)
treee7ed5becc89116445d4b890b43d0a34cc617b060 /src/daemon/Makefile.am
parent47ac1ffe396607bb1258afeba4d2b644321c58ed (diff)
downloadabrt-6e5688421ab4988e4fc14b340a3931555a02d2c0.tar.gz
abrt-6e5688421ab4988e4fc14b340a3931555a02d2c0.tar.xz
abrt-6e5688421ab4988e4fc14b340a3931555a02d2c0.zip
remaned some .cpp files to .c in src/daemon/
Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
Diffstat (limited to 'src/daemon/Makefile.am')
-rw-r--r--src/daemon/Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/daemon/Makefile.am b/src/daemon/Makefile.am
index df5198bd..97e6fb5f 100644
--- a/src/daemon/Makefile.am
+++ b/src/daemon/Makefile.am
@@ -10,10 +10,10 @@ sbin_PROGRAMS = \
abrt-server
abrtd_SOURCES = \
- MiddleWare.h MiddleWare.cpp \
- CommLayerServerDBus.h CommLayerServerDBus.cpp \
+ MiddleWare.h MiddleWare.c \
+ CommLayerServerDBus.h CommLayerServerDBus.c \
Settings.h Settings.cpp \
- comm_layer_inner.h comm_layer_inner.cpp \
+ comm_layer_inner.h comm_layer_inner.c \
Daemon.cpp
abrtd_CPPFLAGS = \
-I$(srcdir)/../include/report -I$(srcdir)/../include \