source: Makefile.am @ 6d5623e

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

list -> abac_list

  • Property mode set to 100644
File size: 486 bytes
Line 
1ipsec_PROGRAMS = prover
2
3prover_SOURCES = \
4    abac.c \
5    abac.h \
6    abac_list.c \
7    abac_list.h \
8    graph.c \
9    graph.h \
10    prover.c \
11    role.c \
12    set.c \
13    set.h \
14    uthash.h \
15    util.c \
16    util.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.