From bdc166111df38377e0fdcffe386715d1c33c7ef2 Mon Sep 17 00:00:00 2001 From: default Date: Fri, 23 Sep 2022 17:33:33 +0200 Subject: [activitypub.c] New file. --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 3f72197..246bbfd 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ CFLAGS=-g -Wall all: snac -snac: snac.o main.o data.o http.o httpd.o webfinger.o +snac: snac.o main.o data.o http.o httpd.o webfinger.o activitypub.o $(CC) -L/usr/local/lib *.o -lcurl -lcrypto -o $@ .c.o: @@ -14,6 +14,7 @@ clean: dep: $(CC) -I/usr/local/include -MM *.c > makefile.depend +activitypub.o: activitypub.c xs.h xs_encdec.h xs_json.h xs_curl.h snac.h data.o: data.c xs.h xs_io.h xs_json.h xs_openssl.h snac.h http.o: http.c xs.h xs_io.h xs_encdec.h xs_openssl.h xs_curl.h snac.h httpd.o: httpd.c xs.h xs_io.h xs_encdec.h xs_json.h xs_socket.h \ -- cgit v1.2.3