summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar shtrophic2024-12-05 17:24:04 +0100
committerGravatar shtrophic2024-12-05 17:24:04 +0100
commite52b4bf39b7236b2a89e34aaf5c54db2e2b285d8 (patch)
treea4197a66cc67be32ab8c5e4b4dd107cf30df0239 /Makefile
parentMerge remote-tracking branch 'upstream/master' (diff)
downloadpenes-snac2-e52b4bf39b7236b2a89e34aaf5c54db2e2b285d8.tar.gz
penes-snac2-e52b4bf39b7236b2a89e34aaf5c54db2e2b285d8.tar.xz
penes-snac2-e52b4bf39b7236b2a89e34aaf5c54db2e2b285d8.zip
import landloc.h
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 225031a..2b89cfa 100644
--- a/Makefile
+++ b/Makefile
@@ -37,7 +37,8 @@ activitypub.o: activitypub.c xs.h xs_json.h xs_curl.h xs_mime.h \
37 xs_openssl.h xs_regex.h xs_time.h xs_set.h xs_match.h snac.h \ 37 xs_openssl.h xs_regex.h xs_time.h xs_set.h xs_match.h snac.h \
38 http_codes.h 38 http_codes.h
39sandbox.o: sandbox.c xs.h xs_hex.h xs_io.h xs_json.h xs_openssl.h \ 39sandbox.o: sandbox.c xs.h xs_hex.h xs_io.h xs_json.h xs_openssl.h \
40 xs_glob.h xs_set.h xs_time.h xs_regex.h xs_match.h xs_unicode.h snac.h 40 xs_glob.h xs_set.h xs_time.h xs_regex.h xs_match.h xs_unicode.h \
41 landloc.h snac.h
41data.o: data.c xs.h xs_hex.h xs_io.h xs_json.h xs_openssl.h xs_glob.h \ 42data.o: data.c xs.h xs_hex.h xs_io.h xs_json.h xs_openssl.h xs_glob.h \
42 xs_set.h xs_time.h xs_regex.h xs_match.h xs_unicode.h xs_random.h snac.h \ 43 xs_set.h xs_time.h xs_regex.h xs_match.h xs_unicode.h xs_random.h snac.h \
43 http_codes.h 44 http_codes.h