source: Makefile.am @ 0bf0e67

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

merge attribute.h/role.h into abac.h

  • Property mode set to 100644
File size: 476 bytes
Line 
1ipsec_PROGRAMS = prover
2
3prover_SOURCES = \
4    abac.c \
5    abac.h \
6    graph.c \
7    graph.h \
8    list.c \
9    list.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.