rnd-20140515-1-src
[rocksndiamonds.git] / src / libgame / Makefile
index 6148a9850eea68621ed487abca8a02bc2927eecb..623535279962f9d31733d00c4b35d12ef69efe78 100644 (file)
@@ -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