]> jfr.im git - irc/gameservirc.git/blobdiff - gameserv/Makefile.in
Added messages.cpp and find.cpp, which contain functions from gameserv.cpp
[irc/gameservirc.git] / gameserv / Makefile.in
index a06b814888f4ffb0d2eb34edee78846c8b59d688..424426bc7f7c7126e6436b253c09d410a7367e09 100644 (file)
@@ -25,6 +25,7 @@ TSRCS =       aClient.cpp \
        config.cpp \
        c_forest.cpp \
        do_attack.cpp \
+       find.cpp \
        gameserv.cpp \
        hash.cpp \
        item.cpp \
@@ -35,6 +36,7 @@ TSRCS =       aClient.cpp \
        player.cpp \
        script.cpp \
        sockhelp.cpp \
+       messages.cpp \
        toplist.cpp
 
 CONSOLESRCS = $(TSRCS) $(CONSOLEDRIVER)