ossp-pkg/act/Makefile.in 1.3 -> 1.4
--- Makefile.in 2000/08/18 15:35:57 1.3
+++ Makefile.in 2000/08/20 13:57:52 1.4
@@ -13,8 +13,8 @@
PRE = act_p.h
LIB = libact.a
-SRC = act_mem.c act_ctx.c act_lib.c act_hash.c act_hash_fct.c act_hash_oh.c act_hash_lh.c
-OBJ = act_mem.o act_ctx.o act_lib.o act_hash.o act_hash_fct.o act_hash_oh.o act_hash_lh.o
+SRC = act_mem.c act_ctx.c act_str.c act_lib.c act_hash.c act_hash_fct.c act_hash_oh.c act_hash_lh.c
+OBJ = act_mem.o act_ctx.o act_str.o act_lib.o act_hash.o act_hash_fct.o act_hash_oh.o act_hash_lh.o
TST = act_test
_VERSION_FILE = \
|
|