forked from certnanny/sscep
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathMakefile.am
More file actions
32 lines (29 loc) · 875 Bytes
/
Makefile.am
File metadata and controls
32 lines (29 loc) · 875 Bytes
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
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/engine.c \
src/engine.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
dist_doc_DATA = COPYING \
README.md
EXTRA_DIST = doc/rfc8894.txt \
CMakeLists.txt \
VERSION \
bootstrap.sh \
mkrequest \
sscep.conf