aboutsummaryrefslogtreecommitdiffstats
path: root/src/scepclient/Makefile.am
blob: b10a56a16a0efc4c8f81d9cbbb96ddc530d2032d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
ipsec_PROGRAMS = scepclient
scepclient_SOURCES = scepclient.c scep.c scep.h

scepclient.o :	$(top_builddir)/config.status

INCLUDES = \
-I$(top_srcdir)/src/libstrongswan \
-I$(top_srcdir)/src/libhydra

AM_CFLAGS = \
-DIPSEC_CONFDIR=\"${sysconfdir}\" \
-DPLUGINS=\""${scepclient_plugins}\""

scepclient_LDADD = \
$(top_builddir)/src/libstrongswan/libstrongswan.la

# This compile option activates smartcard support
if USE_SMARTCARD
  AM_CFLAGS += -DSMARTCARD
  scepclient_LDADD += $(DLLIB)
endif

dist_man_MANS = scepclient.8