rnd-20040119-B-src
[rocksndiamonds.git] / src / Makefile
index 16c6cd6ac003387bca848dd9a580404d65d77a88..a0d7cfa2cce5c5e06e0866b334cd3f523bd38773 100644 (file)
@@ -76,7 +76,8 @@ endif
 
 ifeq ($(TARGET),x11)
 SYS_CFLAGS  = -DTARGET_X11 $(X11_INCL)
-SYS_LDFLAGS = $(X11_LIBS) -lX11
+# SYS_LDFLAGS = $(X11_LIBS) -lX11
+SYS_LDFLAGS = $(XLIB_PATH)/libX11.a
 endif
 
 ifeq ($(TARGET),sdl)
@@ -136,7 +137,7 @@ SRCS =      main.c          \
        conf_gfx.c      \
        conf_snd.c      \
        conf_mus.c      \
-       conf_dem.c      \
+       conf_hlp.c      \
        init.c          \
        config.c        \
        events.c        \
@@ -154,7 +155,7 @@ OBJS =      main.o          \
        conf_gfx.o      \
        conf_snd.o      \
        conf_mus.o      \
-       conf_dem.o      \
+       conf_hlp.o      \
        init.o          \
        config.o        \
        events.o        \
@@ -175,6 +176,8 @@ CNFS =      conf_gfx.h      \
        conf_chr.h      \
        conf_cus.c      \
        conf_cus.h      \
+       conf_grp.c      \
+       conf_grp.h      \
        conf_e2g.c      \
        conf_esg.c      \
        conf_e2s.c      \