From 15b3424c72fb3af3eb47e00eeee27730e8fa0b75 Mon Sep 17 00:00:00 2001 From: Roland Reichwein Date: Mon, 7 Nov 2022 20:00:55 +0100 Subject: Added textarea, config (WIP) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 8891bc7..2d14170 100755 --- a/Makefile +++ b/Makefile @@ -27,7 +27,7 @@ endif LIBS=-lfcgi -lboost_filesystem INCLUDES=-I. -HEADERS=file.h +HEADERS=file.h config.h SOURCES=$(HEADERS:.h=.cpp) OBJECTS=$(HEADERS:.h=.o) TARGETS=whiteboard.fcgi -- cgit v1.2.3