rnd-20030901-B-src
[rocksndiamonds.git] / src / libgame / Makefile
index 07159642b635962d1368fe008de1400c52f9501d..2eb6dda4bc8d7bdb732a1e01a12037de22b5ca4c 100644 (file)
@@ -1,6 +1,6 @@
 #=============================================================================#
 # Makefile for Artsoft Retro-Game Library                                     #
-# (c) 1994-2000 Holger Schemel, info@artsoft.org                              #
+# (c) 1994-2002 Holger Schemel, info@artsoft.org                              #
 #=============================================================================#
 
 SRCS = system.c        \
@@ -8,9 +8,11 @@ SRCS = system.c        \
        text.c          \
        sound.c         \
        joystick.c      \
+       toons.c         \
        pcx.c           \
        image.c         \
        random.c        \
+       hash.c          \
        setup.c         \
        misc.c          \
        msdos.c         \
@@ -22,9 +24,11 @@ OBJS =       system.o        \
        text.o          \
        sound.o         \
        joystick.o      \
+       toons.o         \
        pcx.o           \
        image.o         \
        random.o        \
+       hash.o          \
        setup.o         \
        misc.o          \
        msdos.o         \