X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Flibgame%2FMakefile;h=623535279962f9d31733d00c4b35d12ef69efe78;hb=959794cfda1f83edc51512211ae5a9f6b1e0b179;hp=6148a9850eea68621ed487abca8a02bc2927eecb;hpb=e05dda5c8cc6687dcbc59e182a81aed627e262d0;p=rocksndiamonds.git diff --git a/src/libgame/Makefile b/src/libgame/Makefile index 6148a985..62353527 100644 --- a/src/libgame/Makefile +++ b/src/libgame/Makefile @@ -13,6 +13,7 @@ SRCS = system.c \ text.c \ sound.c \ joystick.c \ + snapshot.c \ toons.c \ pcx.c \ image.c \ @@ -20,7 +21,6 @@ SRCS = system.c \ hash.c \ setup.c \ misc.c \ - msdos.c \ x11.c \ sdl.c @@ -28,6 +28,7 @@ OBJS = system.o \ gadgets.o \ text.o \ sound.o \ + snapshot.o \ joystick.o \ toons.o \ pcx.o \ @@ -36,7 +37,6 @@ OBJS = system.o \ hash.o \ setup.o \ misc.o \ - msdos.o \ x11.o \ sdl.o