summaryrefslogtreecommitdiffstats
path: root/inc/Makefile.am
blob: 901c23f6aa3f3c013367f765b639b2329d0496a6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
HEADER_FILES = \
    abrt_exception.h \
    abrtlib.h \
    abrt_types.h \
    abrt_xmlrpc.h \
    action.h \
    analyzer.h \
    comm_layer_inner.h \
    crash_types.h \
    database.h \
    dbus_common.h \
    debug_dump.h \
    observer.h \
    plugin.h \
    reporter.h \
    xfuncs.h

lib_includedir=$(includedir)/abrt/
lib_include_HEADERS = $(HEADER_FILES)