summaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2011-04-18 02:20:01 (GMT)
committerChristian Pointner <equinox@helsinki.at>2011-04-18 02:20:01 (GMT)
commit9a74b857f449d9a2ac8cca76872a0ad69aec40f4 (patch)
treeed2b9fe70764000542af036867f5fc3234968a63 /src/Makefile
parentc83d06888770040c638f65bd4186dc79542ed7cf (diff)
moved file specific thins to file_list
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile
index e104c75..4046ec6 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -37,6 +37,7 @@ C_OBJS := log.o \
slist.o \
string_list.o \
writer.o \
+ file_list.o \
rharchive.o
C_SRCS := $(C_OBJS:%.o=%.c)