rnd-19980904
[rocksndiamonds.git] / src / Makefile
index 01a64c2edfd228a89205bbb2bb456abf9a5ceca2..4edb1937dfeaf2f63ef28d01bb7b38493efe5b99 100644 (file)
@@ -20,6 +20,7 @@ SCORE_ENTRIES = -DMANY_PER_NAME               # many score entries per name
 # because the GIF loading routines are still a bit beta.
 # If you use the Xpm library, convert the GIF files to Xpm
 # files (and the mask files ('*Maske.gif') to xbm files).
+
 XPM_INCLUDE_FILE = -DXPM_INCLUDE_FILE="<X11/xpm.h>"
 
 CONFIG = $(GAME_DIR) $(SOUNDS) $(JOYSTICK)     \
@@ -58,7 +59,11 @@ SRCS =       main.c          \
        sound.c         \
        joystick.c      \
        cartoons.c      \
-       gfxloader.c     \
+       gfxload.c       \
+       gifload.c       \
+       gif.c           \
+       send.c          \
+       new.c           \
        random.c
 
 OBJS = main.o          \
@@ -75,7 +80,11 @@ OBJS =       main.o          \
        sound.o         \
        joystick.o      \
        cartoons.o      \
-       gfxloader.o     \
+       gfxload.o       \
+       gifload.o       \
+       gif.o           \
+       send.o          \
+       new.o           \
        random.o
 
 all:   $(OBJS)