rnd-19980904
[rocksndiamonds.git] / src / Makefile
index 510e71d4de186c118e87b5be7620c0e4c9a574b0..4edb1937dfeaf2f63ef28d01bb7b38493efe5b99 100644 (file)
@@ -21,7 +21,7 @@ SCORE_ENTRIES = -DMANY_PER_NAME               # many score entries per name
 # 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>"
+XPM_INCLUDE_FILE = -DXPM_INCLUDE_FILE="<X11/xpm.h>"
 
 CONFIG = $(GAME_DIR) $(SOUNDS) $(JOYSTICK)     \
         $(SCORE_ENTRIES) $(XPM_INCLUDE_FILE)
@@ -59,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          \
@@ -76,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)