From b51d2733d138affa73cc3ba8d54f4ddd1aad4deb Mon Sep 17 00:00:00 2001 From: nico Date: Tue, 23 Nov 1999 23:36:42 +0000 Subject: [PATCH] Added instructions for the new classes: GSTable, GSHbox, GSVbox. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@5266 72102866-910b-0410-8b05-ffd578937521 --- Source/GNUmakefile | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/Source/GNUmakefile b/Source/GNUmakefile index 2adc03a00..4c888a77c 100644 --- a/Source/GNUmakefile +++ b/Source/GNUmakefile @@ -136,7 +136,10 @@ GSTextStorage.m \ GSTrackingRect.m \ GSServicesManager.m \ tiff.m \ -externs.m +externs.m \ +GSTable.m \ +GSHbox.m \ +GSVbox.m ifneq ($(FOUNDATION_LIB), fd) libgnustep-gui_OBJC_FILES += NSPasteboard.m @@ -258,7 +261,10 @@ AppKit/GSHelpManagerPanel.h \ AppKit/GSPasteboardServer.h \ AppKit/GSServicesManager.h \ AppKit/GSWraps.h \ -AppKit/AppKitExceptions.h +AppKit/AppKitExceptions.h \ +AppKit/GSTable.h \ +AppKit/GSHbox.h \ +AppKit/GSVbox.h -include GNUmakefile.preamble