X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Flibgame%2FMakefile;h=54e92ed803b44b201d80c1ef6e4ed807bc97cc2f;hb=edaa850fd2d2cae7ec31961fae3d56487e710c71;hp=2718b459b7e31b7b007b8c4c69caa19690815df2;hpb=bddf6c22480ed7f7fca83b7d6c4f9dc10d19f57a;p=rocksndiamonds.git diff --git a/src/libgame/Makefile b/src/libgame/Makefile index 2718b459..54e92ed8 100644 --- a/src/libgame/Makefile +++ b/src/libgame/Makefile @@ -22,6 +22,7 @@ SRCS = system.c \ image.c \ random.c \ hash.c \ + list.c \ http.c \ base64.c \ setup.c \ @@ -41,6 +42,7 @@ OBJS = system.o \ image.o \ random.o \ hash.o \ + list.o \ http.o \ base64.o \ setup.o \