rnd-20140515-1-src
[rocksndiamonds.git] / src / libgame / Makefile
index 4d5b28c6b3eae4baadc7ddfe80b82ab7b7e874da..623535279962f9d31733d00c4b35d12ef69efe78 100644 (file)
@@ -1,7 +1,7 @@
 # =============================================================================
 # Rocks'n'Diamonds Makefile (libgame)
 # -----------------------------------------------------------------------------
-# (c) 1995-2003 Holger Schemel <info@artsoft.org>
+# (c) 1995-2006 Holger Schemel <info@artsoft.org>
 # =============================================================================
 
 # -----------------------------------------------------------------------------
@@ -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