summaryrefslogtreecommitdiffstats
path: root/src/core/context/Makefile.am
blob: 30184e05a2965de6d29331e932ac8a2586389b73 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
noinst_LTLIBRARIES = libaxis2_context.la

libaxis2_context_la_SOURCES =	ctx.c \
                            msg_ctx.c \
                            op_ctx.c \
                            svc_ctx.c \
                            svc_grp_ctx.c \
                            conf_ctx.c

INCLUDES = -I$(top_builddir)/include \
            -I$(top_builddir)/src/core/engine \
            -I$(top_builddir)/util/include \
            -I$(top_builddir)/axiom/include