summary refs log tree commit diff
path: root/warteraum/default.o.do
diff options
context:
space:
mode:
Diffstat (limited to 'warteraum/default.o.do')
-rw-r--r--warteraum/default.o.do6
1 files changed, 6 insertions, 0 deletions
diff --git a/warteraum/default.o.do b/warteraum/default.o.do
index f91bd8f..e79aaea 100644
--- a/warteraum/default.o.do
+++ b/warteraum/default.o.do
@@ -24,6 +24,12 @@ case "$2" in
   hashtoken)
     redo-ifchange scrypt.h
     ;;
+  announcement)
+    redo-ifchange ../third_party/httpserver.h/httpserver.h
+    ;;
+  http_string)
+    redo-ifchange ../third_party/httpserver.h/httpserver.h
+    ;;
 esac
 
 $CC $CFLAGS -o "$3" -c "$2.c"