1
1

still need array.c - Jeff remove this when code is changed

This commit was SVN r686.
Этот коммит содержится в:
Tim Woodall 2004-02-10 17:22:21 +00:00
родитель 2078ce14d7
Коммит 7e1c5ed935

Просмотреть файл

@ -11,13 +11,14 @@ noinst_LTLIBRARIES = liblfc.la
headers = \ headers = \
hash_table.h \ hash_table.h \
lam_pointer_array.h \ lam_pointer_array.h \
list.h \ list.h \
object.h \ object.h \
varray.h varray.h
liblfc_la_SOURCES = \ liblfc_la_SOURCES = \
$(headers) \ $(headers) \
array.c \
hash_table.c \ hash_table.c \
lam_pointer_array.c \ lam_pointer_array.c \
lam_value_array.c \ lam_value_array.c \