diff --git a/ChangeLog.GNUstep b/ChangeLog.GNUstep index 1eed263..5ec1305 100644 --- a/ChangeLog.GNUstep +++ b/ChangeLog.GNUstep @@ -1,3 +1,7 @@ +Thu Nov 22 01:14:31 2001 Nicola Pero + + * GNUmakefile (CVS_MODULE_NAME): Define. + 2001-11-11 Adam Fedor * GNUmakefile: Version 1.1.0 @@ -14,7 +18,7 @@ Tue Oct 16 03:39:21 2001 Nicola Pero (CLIBRARY_NAME): Define for gnustep-make version later than 1. * GNUmakefile: Include library.make if gnustep-make version is 1; include clibrary.make if gnustep-make version is > 1. - + Mon Oct 1 03:36:50 2001 Nicola Pero * GNUmakefile (LIBRARY_INSTALL_DIR): Only include this definition diff --git a/GNUmakefile b/GNUmakefile index 9f039a2..f9f4ba0 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -28,6 +28,8 @@ include $(GNUSTEP_SYSTEM_ROOT)/Makefiles/common.make PACKAGE_NAME = gnustep-objc VERSION=1.1.0 +CVS_MODULE_NAME = gnustep/dev-apps/libobjc + GNUSTEP_INSTALLATION_DIR = $(GNUSTEP_SYSTEM_ROOT) # make sure we don't install in a library-combo dir