From cd3a4a8f74deaa803eb7205901c82c8058651dfe Mon Sep 17 00:00:00 2001 From: Andrew McCallum Date: Fri, 24 Mar 1995 20:01:16 +0000 Subject: [PATCH] (GNU_HEADERS): Added new file behavior.h. (GNU_CFILES): Added new file behavior.c. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@204 72102866-910b-0410-8b05-ffd578937521 --- Makefile.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile.in b/Makefile.in index 01741bda8..eebdb84ef 100644 --- a/Makefile.in +++ b/Makefile.in @@ -165,6 +165,7 @@ NSRange.m \ NSValue.m GNU_CFILES = \ +behavior.c \ collhash.c \ objc-malloc.c \ o_vscanf.c @@ -249,6 +250,7 @@ objects/String.h \ objects/TextCoder.h \ objects/Time.h \ objects/ValueHolding.h \ +objects/behavior.h \ objects/collhash.h \ objects/config.h \ objects/elt.h \