X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Flibgame%2FMakefile;fp=src%2Flibgame%2FMakefile;h=246655f5ddbf029dc45926d453db86cad3db39d6;hb=dde5b6f0ddf3293cea59da9ef623ff0f7c94b5c9;hp=0e2d57d6b0cebd053bcf48d1a13c02d7e5bc4b1c;hpb=195333e38da4b8195579937eb048cc9e55e9393c;p=rocksndiamonds.git diff --git a/src/libgame/Makefile b/src/libgame/Makefile index 0e2d57d6..246655f5 100644 --- a/src/libgame/Makefile +++ b/src/libgame/Makefile @@ -22,6 +22,7 @@ SRCS = system.c \ image.c \ random.c \ hash.c \ + http.c \ base64.c \ setup.c \ misc.c \ @@ -40,6 +41,7 @@ OBJS = system.o \ image.o \ random.o \ hash.o \ + http.o \ base64.o \ setup.o \ misc.o \