summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
authorKarel Klic <kklic@redhat.com>2011-03-03 14:10:54 +0100
committerKarel Klic <kklic@redhat.com>2011-03-03 14:10:54 +0100
commit0480abdfc05bc4bb785b3c89714795bb6d0e0f69 (patch)
tree45b65899ae30d73836c047d41e8e528cf6a25cd3 /src/include
parentceaecf58a14dff5555d1a6a1ff5fa7f46149e927 (diff)
parentfd5c97267cda4cfbc23e367fc1338aa0988a8b44 (diff)
downloadabrt-0480abdfc05bc4bb785b3c89714795bb6d0e0f69.tar.gz
abrt-0480abdfc05bc4bb785b3c89714795bb6d0e0f69.tar.xz
abrt-0480abdfc05bc4bb785b3c89714795bb6d0e0f69.zip
Merge branch 'master' of ssh://git.fedorahosted.org/git/abrt
Diffstat (limited to 'src/include')
-rw-r--r--src/include/Makefile.am4
-rw-r--r--src/include/abrt_crash_data.h1
-rw-r--r--src/include/abrtlib.h4
3 files changed, 4 insertions, 5 deletions
diff --git a/src/include/Makefile.am b/src/include/Makefile.am
index 477963c3..b11c3332 100644
--- a/src/include/Makefile.am
+++ b/src/include/Makefile.am
@@ -1,5 +1,5 @@
-libreport_includedir = $(includedir)/report
-libreport_include_HEADERS = \
+libreport2_includedir = $(includedir)/report
+libreport2_include_HEADERS = \
report/crash_data.h \
report/dump_dir.h \
report/run_event.h
diff --git a/src/include/abrt_crash_data.h b/src/include/abrt_crash_data.h
index b71b046f..2a123ec3 100644
--- a/src/include/abrt_crash_data.h
+++ b/src/include/abrt_crash_data.h
@@ -52,7 +52,6 @@
#define FILENAME_PACKAGE "package"
#define FILENAME_COMPONENT "component"
#define FILENAME_COMMENT "comment"
-#define FILENAME_REPRODUCE "reproduce"
#define FILENAME_RATING "rating"
#define FILENAME_HOSTNAME "hostname"
// Optional. Set to "1" by abrt-handle-upload for every unpacked crashdump
diff --git a/src/include/abrtlib.h b/src/include/abrtlib.h
index 61731587..116f4b36 100644
--- a/src/include/abrtlib.h
+++ b/src/include/abrtlib.h
@@ -229,8 +229,8 @@ char *iso_date_string(time_t *pt);
#define make_description_bz abrt_make_description_bz
char* make_description_bz(crash_data_t *crash_data);
-#define make_description_reproduce_comment abrt_make_description_reproduce_comment
-char* make_description_reproduce_comment(crash_data_t *crash_data);
+#define make_description_comment abrt_make_description_comment
+char* make_description_comment(crash_data_t *crash_data);
#define make_description_logger abrt_make_description_logger
char* make_description_logger(crash_data_t *crash_data);
#define make_description_mailx abrt_make_description_mailx