OSDN Git Service

global variable bitbuf, subbitbuf and bitcount was removed
[lha/olha.git] / makefile
index 7432efe..070287d 100644 (file)
--- a/makefile
+++ b/makefile
@@ -6,7 +6,8 @@ else
   EXEEXT=
 endif
 OBJS1 = ar.o io.o encode.o decode.o maketree.o maketbl.o huf.o \
-       strlib.o pathlib.o filelib.o header.o
+       strlib.o pathlib.o filelib.o header.o add.o extract.o list.o \
+       error.o
 OBJS2 = getopt_long.o
 
 OBJS = $(OBJS1) $(OBJS2)