source: Makefile.am @ 43e3b71

abac0-leakabac0-meicompt_changesgec13mei-idmei-rt0-nmei_rt0mei_rt2mei_rt2_fix_1meiyap-rt1meiyap1rt2tvf-new-xml
Last change on this file since 43e3b71 was 43e3b71, checked in by Mike Ryan <mikeryan@…>, 14 years ago

verifier -> abac_verifier .... last file w00t

  • Property mode set to 100644
File size: 531 bytes
Line 
1ipsec_PROGRAMS = prover
2
3prover_SOURCES = \
4    abac.c \
5    abac.h \
6    abac_list.c \
7    abac_list.h \
8    abac_graph.c \
9    abac_graph.h \
10    abac_role.c \
11    abac_set.c \
12    abac_set.h \
13    abac_util.c \
14    abac_util.h \
15    abac_verifier.c \
16    abac_verifier.h \
17    prover.c \
18    uthash.h \
19    utlist.h
20
21prover_LDADD = $(top_builddir)/src/libstrongswan/libstrongswan.la
22verifier.o :    $(top_builddir)/config.status
23
24INCLUDES = -I$(top_srcdir)/src/libstrongswan
25AM_CFLAGS = \
26        -DPLUGINS=\""${libstrongswan_plugins}\""
Note: See TracBrowser for help on using the repository browser.