Skip to content

Commit

Permalink
Link constraints code to build
Browse files Browse the repository at this point in the history
  • Loading branch information
botovq authored and cjeker committed Oct 16, 2023
1 parent fc103f6 commit aa554ab
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions src/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ rpki_client_SOURCES += aspa.c
rpki_client_SOURCES += cert.c
rpki_client_SOURCES += cms.c
rpki_client_SOURCES += crl.c
rpki_client_SOURCES += constraints.c
rpki_client_SOURCES += encoding.c
rpki_client_SOURCES += filemode.c
rpki_client_SOURCES += gbr.c
Expand All @@ -59,6 +60,7 @@ rpki_client_SOURCES += output.c
rpki_client_SOURCES += parser.c
rpki_client_SOURCES += print.c
rpki_client_SOURCES += repo.c
rpki_client_SOURCES += rfc3779.c
rpki_client_SOURCES += roa.c
rpki_client_SOURCES += rrdp.c
rpki_client_SOURCES += rrdp_delta.c
Expand Down
4 changes: 2 additions & 2 deletions update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -69,11 +69,11 @@ ${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 aspa.c cert.c cms.c crl.c encoding.c extern.h filemode.c \
for i in as.c aspa.c cert.c cms.c crl.c constraints.c encoding.c extern.h filemode.c \
gbr.c geofeed.c http.c io.c ip.c json.c json.h main.c mft.c \
mkdir.c ometric.c ometric.h output-bgpd.c output-bird.c output-csv.c \
output-json.c output-ometric.c output.c parser.c print.c \
repo.c roa.c rpki-client.8 rrdp.c rrdp.h rrdp_delta.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
do
Expand Down

0 comments on commit aa554ab

Please sign in to comment.