summaryrefslogtreecommitdiffstats
path: root/src/include/Makefile.am
blob: 4d31d1a97c81a29ae11e08b0b26e6d920296ba97 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
libreport_includedir = $(includedir)/report
libreport_include_HEADERS = \
    report/problem_data.h \
    report/dump_dir.h \
    report/run_event.h \
    report/event_config.h \
    report/report.h

libabrt_includedir = $(includedir)/abrt
libabrt_include_HEADERS = \
    abrtlib.h \
    abrt_types.h \
    abrt_problem_data.h \
    xfuncs.h