summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/applet/Makefile.am7
-rw-r--r--src/applet/test_report.c (renamed from src/applet/test_report.cpp)0
2 files changed, 4 insertions, 3 deletions
diff --git a/src/applet/Makefile.am b/src/applet/Makefile.am
index fe07d308..294f0fed 100644
--- a/src/applet/Makefile.am
+++ b/src/applet/Makefile.am
@@ -32,11 +32,12 @@ abrt_applet_LDADD = \
$(GTK_LIBS)
#test_report_SOURCES = \
-# test_report.cpp
+# test_report.c
#test_report_CPPFLAGS = \
-# -Wall -Werror \
# -I$(srcdir)/../include/report -I$(srcdir)/../include \
-# -D_GNU_SOURCE
+# $(GLIB_CFLAGS) \
+# -D_GNU_SOURCE \
+# -Wall -Werror
#test_report_LDADD = \
# ../lib/libreport.la
diff --git a/src/applet/test_report.cpp b/src/applet/test_report.c
index 92a5d0af..92a5d0af 100644
--- a/src/applet/test_report.cpp
+++ b/src/applet/test_report.c