From e20434180a03cc9dd4af8430e6455fbff189f0a8 Mon Sep 17 00:00:00 2001 From: netcrep Date: Tue, 4 Mar 1997 18:09:32 +0000 Subject: [PATCH] Minor Makefile fixes. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@2225 72102866-910b-0410-8b05-ffd578937521 --- ChangeLog | 3 ++- Images/Makefile.in | 3 ++- Source/Makefile.in | 1 - 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 420575627..18197beb3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -19,9 +19,10 @@ Tue Mar 4 09:28:57 1997 GNUstep Development * Source/NSFontManager.m: Likewise. * Source/NSResponder.m: Likewise. * Source/tiff.m: Likewise. - * Source/Makefile.in: Remove LogFile.h and LogFile.m. + * Source/Makefile.in: Remove LogFile and Functions. * Source/NSFont.m (getFont): Return font not font name. + * Images/Makefile.in: Install common_Dimple.tiff. Mon Feb 17 19:30:50 1997 Ovidiu Predescu diff --git a/Images/Makefile.in b/Images/Makefile.in index 6b3e4e26b..d5959a73a 100644 --- a/Images/Makefile.in +++ b/Images/Makefile.in @@ -55,7 +55,8 @@ common_RadioOn.tiff \ common_RadioOff.tiff \ common_SwitchOn.tiff \ common_SwitchOff.tiff \ -common_ret.tiff +common_ret.tiff \ +common_Dimple.tiff installdirs: $(srcdir)/../mkinstalldirs $(libdir) $(gnustep_libdir) $(imagedir) diff --git a/Source/Makefile.in b/Source/Makefile.in index 3fbee7ee8..c5ec8cf41 100644 --- a/Source/Makefile.in +++ b/Source/Makefile.in @@ -229,7 +229,6 @@ NSTextFieldCell$(oext) \ NSView$(oext) \ NSWindow$(oext) \ NSWorkspace$(oext) \ -Functions$(oext) \ TrackingRectangle$(oext) \ tiff$(oext)