diff options
| author | Denys Vlasenko <dvlasenk@redhat.com> | 2011-04-23 17:21:17 +0200 |
|---|---|---|
| committer | Denys Vlasenko <dvlasenk@redhat.com> | 2011-04-23 17:21:17 +0200 |
| commit | 042d62126a0ca8b6b9d2fb4d417f07691be90536 (patch) | |
| tree | 9e43a823767d875bb35f3deb6f60df49bbd26f33 /src/include/Makefile.am | |
| parent | d3da30c4726a193101ee9c17a71c23cf32fa63ca (diff) | |
mass replace of crash_data with problem_data
Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
Diffstat (limited to 'src/include/Makefile.am')
| -rw-r--r-- | src/include/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/Makefile.am b/src/include/Makefile.am index e6f0387b..eaebe3a1 100644 --- a/src/include/Makefile.am +++ b/src/include/Makefile.am @@ -1,6 +1,6 @@ libreport_includedir = $(includedir)/report libreport_include_HEADERS = \ - report/crash_data.h \ + report/problem_data.h \ report/dump_dir.h \ report/run_event.h \ report/event_config.h @@ -9,5 +9,5 @@ libabrt_includedir = $(includedir)/abrt libabrt_include_HEADERS = \ abrtlib.h \ abrt_types.h \ - abrt_crash_data.h \ + abrt_problem_data.h \ xfuncs.h |
