Skip to content

Commit

Permalink
Hookup print.c since it is now required.
Browse files Browse the repository at this point in the history
  • Loading branch information
cjeker committed Jan 24, 2022
1 parent daf6c47 commit 20d0b23
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions src/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ rpki_client_SOURCES += output-bird.c
rpki_client_SOURCES += output-csv.c
rpki_client_SOURCES += output-json.c
rpki_client_SOURCES += parser.c
rpki_client_SOURCES += print.c
rpki_client_SOURCES += repo.c
rpki_client_SOURCES += roa.c
rpki_client_SOURCES += rrdp.c
Expand Down
6 changes: 3 additions & 3 deletions update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,9 @@ ${CP} "${libutil_src}/imsg-buffer.c" compat/

for i in as.c cert.c cms.c crl.c encoding.c extern.h gbr.c http.c io.c ip.c \
log.c main.c mft.c mkdir.c output-bgpd.c output-bird.c output-csv.c \
output-json.c output.c parser.c repo.c roa.c rpki-client.8 rrdp.c \
rrdp.h rrdp_delta.c rrdp_notification.c rrdp_snapshot.c rrdp_util.c \
rsync.c tal.c validate.c version.h x509.c; do
output-json.c output.c parser.c print.c repo.c roa.c rpki-client.8 \
rrdp.c rrdp.h rrdp_delta.c rrdp_notification.c rrdp_snapshot.c \
rrdp_util.c rsync.c tal.c validate.c version.h x509.c; do
file=`basename ${i}`
echo Copying ${file}
${CP} "${rpkiclient_src}/${i}" src
Expand Down

0 comments on commit 20d0b23

Please sign in to comment.