diff options
| author | 2024-12-05 17:24:04 +0100 | |
|---|---|---|
| committer | 2024-12-05 17:24:04 +0100 | |
| commit | e52b4bf39b7236b2a89e34aaf5c54db2e2b285d8 (patch) | |
| tree | a4197a66cc67be32ab8c5e4b4dd107cf30df0239 /Makefile | |
| parent | Merge remote-tracking branch 'upstream/master' (diff) | |
| download | penes-snac2-e52b4bf39b7236b2a89e34aaf5c54db2e2b285d8.tar.gz penes-snac2-e52b4bf39b7236b2a89e34aaf5c54db2e2b285d8.tar.xz penes-snac2-e52b4bf39b7236b2a89e34aaf5c54db2e2b285d8.zip | |
import landloc.h
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
| @@ -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 |
| 39 | sandbox.o: sandbox.c xs.h xs_hex.h xs_io.h xs_json.h xs_openssl.h \ | 39 | sandbox.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 | ||
| 41 | data.o: data.c xs.h xs_hex.h xs_io.h xs_json.h xs_openssl.h xs_glob.h \ | 42 | data.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 |