source: Makefile.am @ 3c251d0

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

util -> abac_util

  • Property mode set to 100644
File size: 521 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    prover.c \
16    uthash.h \
17    utlist.h \
18    verifier.c \
19    verifier.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.