summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authordefault <nobody@localhost>2022-09-20 20:14:21 +0200
committerdefault <nobody@localhost>2022-09-20 20:14:21 +0200
commit9a2e7d4b82cd36188ca3e495b7b25d0a571400b1 (patch)
treee66543166165390563edcd9ef010e341fa00a97e /Makefile
parent9a38cfb70f40dcfd1c2980448bf4c6f594f8db64 (diff)
Updated Makefile.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f539c75..cc3fc0b 100644
--- a/Makefile
+++ b/Makefile
@@ -16,6 +16,6 @@ snac.o: snac.c snac.h \
main.o: main.c snac.h xs.h
-data.o: data.c snac.h xs.h xs_json.h
+data.o: data.c snac.h xs.h xs_json.h xs_openssl.h
http.o: http.c snac.h xs.h xs_io.h xs_encdec.h xs_openssl.h xs_curl.h