X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Flibgame%2FMakefile;fp=src%2Flibgame%2FMakefile;h=07159642b635962d1368fe008de1400c52f9501d;hb=41e8d55b767c898f20c29a1b0b8d2ef8840be2f5;hp=b756b27d4f830429fc44b5b1498ba889f1d454be;hpb=f746cebc5f808a8ff752930763a13c3820b244f1;p=rocksndiamonds.git diff --git a/src/libgame/Makefile b/src/libgame/Makefile index b756b27d..07159642 100644 --- a/src/libgame/Makefile +++ b/src/libgame/Makefile @@ -7,9 +7,11 @@ SRCS = system.c \ gadgets.c \ text.c \ sound.c \ + joystick.c \ pcx.c \ image.c \ random.c \ + setup.c \ misc.c \ msdos.c \ x11.c \ @@ -19,9 +21,11 @@ OBJS = system.o \ gadgets.o \ text.o \ sound.o \ + joystick.o \ pcx.o \ image.o \ random.o \ + setup.o \ misc.o \ msdos.o \ x11.o \