source: Makefile.am @ 5450aeb

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

load attributes from cert keystore

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