X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Flibgame%2FMakefile;h=a79475a4c0432408a856e0e75da71699961ef9f4;hb=1446af0fb66276d75bd2ce82d368292283e555aa;hp=b756b27d4f830429fc44b5b1498ba889f1d454be;hpb=e582c697ddb8c9cd9d5d345beaf83c1916b849fa;p=rocksndiamonds.git diff --git a/src/libgame/Makefile b/src/libgame/Makefile index b756b27d..a79475a4 100644 --- a/src/libgame/Makefile +++ b/src/libgame/Makefile @@ -7,9 +7,12 @@ SRCS = system.c \ gadgets.c \ text.c \ sound.c \ + joystick.c \ + toons.c \ pcx.c \ image.c \ random.c \ + setup.c \ misc.c \ msdos.c \ x11.c \ @@ -19,9 +22,12 @@ OBJS = system.o \ gadgets.o \ text.o \ sound.o \ + joystick.o \ + toons.o \ pcx.o \ image.o \ random.o \ + setup.o \ misc.o \ msdos.o \ x11.o \