condition.c needs to be added

This commit is contained in:
Brian Wellington
2000-08-29 19:22:34 +00:00
parent e389838d7a
commit 5e872705df

View File

@@ -13,7 +13,7 @@
# NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
# WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
# $Id: Makefile.in,v 1.1 2000/08/28 23:16:48 bwelling Exp $
# $Id: Makefile.in,v 1.2 2000/08/29 19:22:34 bwelling Exp $
srcdir = @srcdir@
VPATH = @srcdir@
@@ -28,9 +28,9 @@ CINCLUDES = -I${srcdir}/include \
CDEFINES =
CWARNINGS =
OBJS = thread.@O@
OBJS = condition.@O@ thread.@O@
SRCS = thread.c
SRCS = condition.c thread.c
SUBDIRS = include
TARGETS = ${OBJS}