From 3e12f5e59056d38ab61a091de1d1704895330649 Mon Sep 17 00:00:00 2001 From: mccallum Date: Thu, 22 Feb 1996 22:17:15 +0000 Subject: [PATCH] (GNU_HEADERS): Add objects/bitops.h, objects/minmax.h. (GNU_OTHER_SRCFILES): Add md5.h. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@988 72102866-910b-0410-8b05-ffd578937521 --- Source/Makefile.in | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Source/Makefile.in b/Source/Makefile.in index d51c261ea..ac3aa19fa 100644 --- a/Source/Makefile.in +++ b/Source/Makefile.in @@ -214,7 +214,8 @@ GNU_OTHER_SRCFILES = \ x-basics.c.in \ x-callbacks.c.in \ objects/x-basics.h.in \ -objects/x-callbacks.h.in +objects/x-callbacks.h.in \ +md5.h GNU_OBJS = \ $(GNU_BASICS_CFILES:.c=$(OEXT)) \ @@ -233,6 +234,7 @@ objects/BinaryTreeNode.h \ objects/CircularArray.h \ objects/CircularArrayPrivate.h \ objects/Coder.h \ +objects/CoderPrivate.h \ objects/Coding.h \ objects/Collecting.h \ objects/Collection.h \ @@ -299,6 +301,7 @@ objects/abort.h \ objects/allocs.h \ objects/array.h \ objects/behavior.h \ +objects/bitops.h \ objects/callbacks.h \ objects/data.h \ objects/hash.h \ @@ -306,6 +309,7 @@ objects/list.h \ objects/magic.h \ objects/map.h \ objects/mframe.h \ +objects/minmax.h \ objects/number.h \ objects/objc-gnu2next.h \ objects/objc-malloc.h \