rnd-20140515-2-src
[rocksndiamonds.git] / src / libgame / Makefile
index 497fb24e79e6f0bb0a9ba33dd93e40b780d3e528..f146054036f5c0a5ce321304a94715660ea6043a 100644 (file)
@@ -1,7 +1,7 @@
 # =============================================================================
 # Rocks'n'Diamonds Makefile (libgame)
 # -----------------------------------------------------------------------------
-# (c) 1995-2005 Holger Schemel <info@artsoft.org>
+# (c) 1995-2006 Holger Schemel <info@artsoft.org>
 # =============================================================================
 
 # -----------------------------------------------------------------------------
@@ -13,31 +13,27 @@ SRCS =      system.c        \
        text.c          \
        sound.c         \
        joystick.c      \
+       snapshot.c      \
        toons.c         \
-       pcx.c           \
        image.c         \
        random.c        \
        hash.c          \
        setup.c         \
        misc.c          \
-       msdos.c         \
-       x11.c           \
        sdl.c
 
 OBJS = system.o        \
        gadgets.o       \
        text.o          \
        sound.o         \
+       snapshot.o      \
        joystick.o      \
        toons.o         \
-       pcx.o           \
        image.o         \
        random.o        \
        hash.o          \
        setup.o         \
        misc.o          \
-       msdos.o         \
-       x11.o           \
        sdl.o
 
 LIBGAME = libgame.a