X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2FMakefile;fp=src%2FMakefile;h=b9a75a6bb4289a691393fc810c41ff534e8943b4;hp=694582feaf47dd1a947238964b3ee97f7c8623ca;hb=e1451ba8236ab4c3eb4db057139c374b26e8b56c;hpb=730e92ef422a3be2315067584eaeb7dc6585b6f4 diff --git a/src/Makefile b/src/Makefile index 694582fe..b9a75a6b 100644 --- a/src/Makefile +++ b/src/Makefile @@ -166,6 +166,7 @@ SRCS = main.c \ files.c \ tape.c \ anim.c \ + api.c \ network.c \ netserv.c @@ -184,6 +185,7 @@ OBJS = main.o \ files.o \ tape.o \ anim.o \ + api.o \ network.o \ netserv.o