Skip to content

Commit

Permalink
Link spl.c to build
Browse files Browse the repository at this point in the history
Fixes #105
  • Loading branch information
botovq committed Feb 24, 2024
1 parent 70efa83 commit 48688ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ rpki_client_SOURCES += rrdp_snapshot.c
rpki_client_SOURCES += rrdp_util.c
rpki_client_SOURCES += rsc.c
rpki_client_SOURCES += rsync.c
rpki_client_SOURCES += spl.c
rpki_client_SOURCES += tak.c
rpki_client_SOURCES += tal.c
rpki_client_SOURCES += validate.c
Expand Down
2 changes: 1 addition & 1 deletion update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ for i in as.c aspa.c cert.c cms.c crl.c constraints.c encoding.c extern.h filemo
output-json.c output-ometric.c output.c parser.c print.c \
repo.c rfc3779.c roa.c rpki-client.8 rrdp.c rrdp.h rrdp_delta.c \
rrdp_notification.c rrdp_snapshot.c rrdp_util.c rsc.c rsync.c \
tak.c tal.c validate.c version.h x509.c
spl.c tak.c tal.c validate.c version.h x509.c
do
file=`basename ${i}`
echo Copying ${file}
Expand Down

0 comments on commit 48688ae

Please sign in to comment.