rnd-20020803-1-src
[rocksndiamonds.git] / src / libgame / Makefile
index 07159642b635962d1368fe008de1400c52f9501d..f9f306b6345144cd1b914e50c347a70348a99a51 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,6 +8,7 @@ SRCS =  system.c        \
        text.c          \
        sound.c         \
        joystick.c      \
+       toons.c         \
        pcx.c           \
        image.c         \
        random.c        \
@@ -22,6 +23,7 @@ OBJS =        system.o        \
        text.o          \
        sound.o         \
        joystick.o      \
+       toons.o         \
        pcx.o           \
        image.o         \
        random.o        \