From 35e74fa967884dc0c756f3e2c29530c9d8050eee Mon Sep 17 00:00:00 2001 From: mccallum Date: Mon, 3 Apr 1995 21:26:15 +0000 Subject: [PATCH] Second Apr 3 patch from Fedor git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@254 72102866-910b-0410-8b05-ffd578937521 --- Testing/Makefile.in | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/Testing/Makefile.in b/Testing/Makefile.in index 568679f68..bee2b21ae 100644 --- a/Testing/Makefile.in +++ b/Testing/Makefile.in @@ -35,7 +35,7 @@ CPPFLAGS = LDFLAGS = DEFS = @DEFS@ -LIBS = -L$(srcdir)/.. -lobjects @LIBOBJC@ @LIBS@ +LIBS = -L$(srcdir)/.. -lobjects @LIBOBJC@ @LIBS@ -lm #### End of system configuration section. #### @@ -71,7 +71,8 @@ test13.m \ pipes.m \ server.m \ client.m \ -string.m +string.m \ +values.m HDRS = \ server.h @@ -123,6 +124,8 @@ client: client.o $(srcdir)/../libobjects.a $(LINK_CMD) string: string.o $(srcdir)/../libobjects.a $(LINK_CMD) +values: values.o $(srcdir)/../libobjects.a + $(LINK_CMD) echo-excs: @echo $(EXCS)