Skip to content

Commit

Permalink
Add aspa.c to the build
Browse files Browse the repository at this point in the history
  • Loading branch information
cjeker committed Sep 1, 2022
1 parent 6a25383 commit f8e526b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions src/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ rpki_client_LDADD += $(top_builddir)/compat/libcompat.la
rpki_client_LDADD += $(top_builddir)/compat/libcompatnoopt.la

rpki_client_SOURCES = as.c
rpki_client_SOURCES += aspa.c
rpki_client_SOURCES += cert.c
rpki_client_SOURCES += cms.c
rpki_client_SOURCES += crl.c
Expand Down
8 changes: 4 additions & 4 deletions update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,10 @@ ${CP} "${libutil_src}/imsg.c" compat/
${CP} "${libutil_src}/imsg-buffer.c" compat/
(cd compat; ${PATCH} -p0 < "${patches}/patch-imsg.c")

for i in as.c cert.c cms.c crl.c encoding.c extern.h filemode.c 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 print.c repo.c roa.c \
rpki-client.8 rrdp.c rrdp.h rrdp_delta.c rrdp_notification.c \
for i in as.c aspa.c cert.c cms.c crl.c encoding.c extern.h filemode.c gbr.c \
http.c io.c ip.c log.c main.c mft.c mkdir.c output.c output-bgpd.c \
output-bird.c output-csv.c output-json.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 rsc.c rsync.c tal.c validate.c version.h \
x509.c; do
file=`basename ${i}`
Expand Down

0 comments on commit f8e526b

Please sign in to comment.