Make the Makefile.am reflect the real filenames
This commit was SVN r695.
Этот коммит содержится в:
родитель
03fe5c9ca7
Коммит
d4c0fd9e25
@ -6,7 +6,7 @@
|
||||
include $(top_srcdir)/config/Makefile.options
|
||||
AM_CPPFLAGS = -I$(top_srcdir)/test/support -DLAM_ENABLE_DEBUG=1
|
||||
|
||||
noinst_PROGRAMS = list_test hash_table
|
||||
noinst_PROGRAMS = list_test htable_test
|
||||
|
||||
list_test_SOURCES = list_test.c
|
||||
list_test_LDADD = \
|
||||
@ -18,13 +18,13 @@ list_test_LDADD = \
|
||||
$(top_builddir)/test/support/libsupport.la
|
||||
list_test_DEPENDENCIES = $(list_test_LDADD)
|
||||
|
||||
hash_table_SOURCES = hash_table.c
|
||||
hash_table_LDADD = \
|
||||
htable_test_SOURCES = htable_test.c
|
||||
htable_test_LDADD = \
|
||||
$(top_builddir)/src/lam/lfc/list.lo \
|
||||
$(top_builddir)/src/lam/lfc/object.lo \
|
||||
$(top_builddir)/src/lam/mem/malloc.lo \
|
||||
$(top_builddir)/src/lam/util/output.lo \
|
||||
$(top_builddir)/src/lam/threads/mutex.lo \
|
||||
$(top_builddir)/test/support/libsupport.la
|
||||
hash_table_DEPENDENCIES = $(list_test_LDADD)
|
||||
htable_test_DEPENDENCIES = $(list_test_LDADD)
|
||||
|
||||
|
Загрузка…
Ссылка в новой задаче
Block a user