added list handling functions (from glib)
[rocksndiamonds.git] / src / libgame / Makefile
index 2718b459b7e31b7b007b8c4c69caa19690815df2..54e92ed803b44b201d80c1ef6e4ed807bc97cc2f 100644 (file)
@@ -22,6 +22,7 @@ SRCS =        system.c        \
        image.c         \
        random.c        \
        hash.c          \
+       list.c          \
        http.c          \
        base64.c        \
        setup.c         \
@@ -41,6 +42,7 @@ OBJS =        system.o        \
        image.o         \
        random.o        \
        hash.o          \
+       list.o          \
        http.o          \
        base64.o        \
        setup.o         \