1
1

Add lots of missing source files

This commit was SVN r77.
Этот коммит содержится в:
Jeff Squyres 2004-01-07 15:02:21 +00:00
родитель 507e535a3f
Коммит 9ebd59f944
2 изменённых файлов: 11 добавлений и 1 удалений

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

@ -1,4 +1,6 @@
#
# $HEADER$
#
# Copyright 2002-2003. The Regents of the University of California. This material
# was produced under U.S. Government contract W-7405-ENG-36 for Los Alamos
# National Laboratory, which is operated by the University of California for
@ -32,4 +34,8 @@ include $(top_srcdir)/config/Makefile.options
lib_LTLIBRARIES = libthreads.la
libthreads_la_SOURCES = \
thread.c
mutex.h \
mutex_spinlock.h \
mutex_spinwait.h \
thread.c \
thread.h

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

@ -35,5 +35,9 @@ lib_LTLIBRARIES = libutil.la
libutil_la_SOURCES = \
argv.c \
argv.h \
lam_log.c \
lam_log.h \
malloc.h \
reactor.c
reactor.h