summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authordefault <nobody@localhost>2023-10-16 20:49:58 +0200
committerdefault <nobody@localhost>2023-10-16 20:49:58 +0200
commitb7d0f297c3a6984327f808eb60af177078e5c742 (patch)
tree61d06ce7a8a5ae2d5156e33c37d7bd12c9f4c020 /Makefile
parent759042dc9f9ae10eb98c68fab1db3c97878097a5 (diff)
mastoapi: Don't exclude posts of type Page or Article.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e32730b..9cbdabc 100644
--- a/Makefile
+++ b/Makefile
@@ -46,7 +46,7 @@ httpd.o: httpd.c xs.h xs_io.h xs_json.h xs_socket.h xs_httpd.h xs_mime.h \
xs_time.h xs_openssl.h snac.h
main.o: main.c xs.h xs_io.h xs_json.h snac.h
mastoapi.o: mastoapi.c xs.h xs_openssl.h xs_json.h xs_io.h xs_time.h \
- xs_glob.h xs_set.h xs_random.h xs_url.h xs_mime.h snac.h
+ xs_glob.h xs_set.h xs_random.h xs_url.h xs_mime.h xs_match.h snac.h
snac.o: snac.c xs.h xs_io.h xs_unicode.h xs_json.h xs_curl.h xs_openssl.h \
xs_socket.h xs_url.h xs_httpd.h xs_mime.h xs_regex.h xs_set.h xs_time.h \
xs_glob.h xs_random.h xs_match.h snac.h