X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Flibgame%2FMakefile;h=246655f5ddbf029dc45926d453db86cad3db39d6;hb=e4b2e4f943c20af98956d30fd3014888e9f75416;hp=26f311604648a63ae34af61b9d83d70835c8816e;hpb=b641818c787e48bbf03ce2a0cd5b542c4c21e523;p=rocksndiamonds.git diff --git a/src/libgame/Makefile b/src/libgame/Makefile index 26f31160..246655f5 100644 --- a/src/libgame/Makefile +++ b/src/libgame/Makefile @@ -22,6 +22,8 @@ SRCS = system.c \ image.c \ random.c \ hash.c \ + http.c \ + base64.c \ setup.c \ misc.c \ sdl.c \ @@ -39,6 +41,8 @@ OBJS = system.o \ image.o \ random.o \ hash.o \ + http.o \ + base64.o \ setup.o \ misc.o \ sdl.o \