summaryrefslogtreecommitdiff
path: root/src/mods/html/Makefile
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2013-04-06 13:14:47 +0200
committerPaul Buetow <paul@buetow.org>2013-04-06 13:14:47 +0200
commitee315a27b72dc967a8a90f132725b7c8e4fd9fba (patch)
tree349db556063b17a3c84dc9348495bd11d73b0417 /src/mods/html/Makefile
parent630af0ed6c0af69c7df2e45aef7a87722a3c00c0 (diff)
tagging ychat-0.7.5ychat-0.7.5
Diffstat (limited to 'src/mods/html/Makefile')
-rw-r--r--src/mods/html/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mods/html/Makefile b/src/mods/html/Makefile
index 6fc4cc5..98deaf7 100644
--- a/src/mods/html/Makefile
+++ b/src/mods/html/Makefile
@@ -1,4 +1,4 @@
-SRCS=yc_admin.cpp yc_colors.cpp yc_help.cpp yc_options.cpp yc_register.cpp
+SRCS=yc_admin.cpp yc_colors.cpp yc_help.cpp yc_loggedin.cpp yc_options.cpp yc_register.cpp
MODS=$(addprefix ../../../mods/html/, $(SRCS:.cpp=.so))
CC=g++
INCLUDES=`cat ../../includes.add`
@@ -20,5 +20,6 @@ clean:
../../../mods/html/yc_admin.so: yc_admin.cpp
../../../mods/html/yc_colors.so: yc_colors.cpp
../../../mods/html/yc_help.so: yc_help.cpp
+../../../mods/html/yc_loggedin.so: yc_loggedin.cpp
../../../mods/html/yc_options.so: yc_options.cpp
../../../mods/html/yc_register.so: yc_register.cpp