forked from certnanny/sscep
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Makefile.am
34 lines (31 loc) · 897 Bytes
/
Makefile.am
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
ACLOCAL_AMFLAGS = -I m4
bin_PROGRAMS = sscep
sscep_SOURCES = src/sscep.c \
src/sscep.h \
src/conf.h \
src/cmd.h \
src/getopt.c \
src/getopt.h \
src/configuration.c \
src/configuration.h \
src/net.c \
src/picohttpparser.c \
src/picohttpparser.h \
src/ias.c \
src/ias.h \
src/pkcs7.c \
src/fileutils.c \
src/fileutils_capi.h \
src/sceputils.c
if WITH_ENGINES
sscep_SOURCES += src/engine.c \
src/engine.h
endif
dist_doc_DATA = COPYING \
README.md
EXTRA_DIST = doc/rfc8894.txt \
CMakeLists.txt \
VERSION \
bootstrap.sh \
mkrequest \
sscep.conf