added first version of simple click events for global animations
[rocksndiamonds.git] / src / libgame / Makefile
index 32407be1581cc44c81e2e73f1736c5a03e7f17db..4693c226a9529311c092778ba9516382afecabf3 100644 (file)
@@ -2,9 +2,9 @@
 # Rocks'n'Diamonds - McDuffin Strikes Back!
 # -----------------------------------------------------------------------------
 # (c) 1995-2014 by Artsoft Entertainment
-#                  Holger Schemel
-#                  info@artsoft.org
-#                  http://www.artsoft.org/
+#                  Holger Schemel
+#                  info@artsoft.org
+#                  http://www.artsoft.org/
 # -----------------------------------------------------------------------------
 # src/libgame/Makefile
 # =============================================================================
@@ -19,7 +19,6 @@ SRCS =        system.c        \
        sound.c         \
        joystick.c      \
        snapshot.c      \
-       toons.c         \
        image.c         \
        random.c        \
        hash.c          \
@@ -33,7 +32,6 @@ OBJS =        system.o        \
        sound.o         \
        snapshot.o      \
        joystick.o      \
-       toons.o         \
        image.o         \
        random.o        \
        hash.o          \