splitted PKI tool to a file per command

This commit is contained in:
Martin Willi
2009-09-10 12:31:40 +02:00
parent e5e6c6f43c
commit 6be68cc1c7
11 changed files with 1380 additions and 1082 deletions
+3 -1
View File
@@ -1,6 +1,8 @@
ipsec_PROGRAMS = pki
pki_SOURCES = pki.c
pki_SOURCES = pki.c pki.h command.c command.h \
commands/gen.c commands/pub.c commands/keyid.c \
commands/self.c commands/issue.c commands/verify.c
pki_LDADD = $(top_builddir)/src/libstrongswan/libstrongswan.la
INCLUDES = -I$(top_srcdir)/src/libstrongswan
AM_CFLAGS = \