diff options
author | Christian Pointner <equinox@helsinki.at> | 2011-04-18 02:20:01 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2011-04-18 02:20:01 (GMT) |
commit | 9a74b857f449d9a2ac8cca76872a0ad69aec40f4 (patch) | |
tree | ed2b9fe70764000542af036867f5fc3234968a63 /src/Makefile | |
parent | c83d06888770040c638f65bd4186dc79542ed7cf (diff) |
moved file specific thins to file_list
Diffstat (limited to 'src/Makefile')
-rw-r--r-- | src/Makefile | 1 |
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) |