17 |
INCLUDES = -I$(top_srcdir)/include/private/ -I$(top_srcdir)/include/library/ -I$(top_srcdir)/include/ -I$(top_srcdir)/include/common/ $(SAML2XACML2_INCLUDES) -I$(top_srcdir)/src/cgul/log_to_file/ |
INCLUDES = -I$(top_srcdir)/include/private/ -I$(top_srcdir)/include/library/ -I$(top_srcdir)/include/ -I$(top_srcdir)/include/common/ $(SAML2XACML2_INCLUDES) -I$(top_srcdir)/src/cgul/log_to_file/ |
18 |
|
|
19 |
# Libraries |
# Libraries |
20 |
lib_LTLIBRARIES = libeef.la # libeics.la |
lib_LTLIBRARIES = libeef.la libeics.la |
21 |
|
|
22 |
# Main EEF library |
# Main EEF library |
23 |
libeef_la_SOURCES = eef/eef_common.c \ |
libeef_la_SOURCES = eef/eef_common.c \ |
26 |
aos/aos.c \ |
aos/aos.c \ |
27 |
eval_man/pdl_lex.l \ |
eval_man/pdl_lex.l \ |
28 |
eval_man/pdl_yacc.y \ |
eval_man/pdl_yacc.y \ |
29 |
eval_man/pdl.c \ |
eval_man/pdl.c |
|
eics/http.c |
|
30 |
libeef_la_LIBADD = $(LEXLIB) $(SAML2XACML2_LIBRARIES) |
libeef_la_LIBADD = $(LEXLIB) $(SAML2XACML2_LIBRARIES) |
31 |
|
|
32 |
# EEF Interface Components (EICs) library |
# EEF Interface Components (EICs) library |
33 |
# libeics_la_SOURCES = |
libeics_la_SOURCES = eics/http.c |
34 |
# libeics_la_LIBADD = libeef.la |
libeics_la_LIBADD = libeef.la $(SAML2XACML2_LIBRARIES) |
35 |
|
|
36 |
# All the binaries need to link these modules (for now) |
# All the binaries need to link these modules (for now) |
37 |
LDADD = libeef.la $(SAML2XACML2_LIBRARIES) #$(LIB_PTHREAD) |
LDADD = libeef.la libeics.la |
38 |
|
|
39 |
# Binaries |
# Binaries |
40 |
bin_PROGRAMS = ees test_app aos_threading_test tls_test eic_test mini_aos_test |
bin_PROGRAMS = ees test_app aos_threading_test tls_test eic_test mini_aos_test |