From d636e359f539f658cc1d80ade2aa29585545ed57 Mon Sep 17 00:00:00 2001 From: Richard Frith-Macdonald Date: Wed, 14 Aug 2002 17:00:05 +0000 Subject: [PATCH] Fixed class name error. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@14272 72102866-910b-0410-8b05-ffd578937521 --- SSL/GNUmakefile | 4 ++-- SSL/{GSUnixSSLHandle.m => GSSSLHandle.m} | 0 SSL/Makefile.postamble | 2 +- SSL/configure | 2 +- SSL/configure.ac | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) rename SSL/{GSUnixSSLHandle.m => GSSSLHandle.m} (100%) diff --git a/SSL/GNUmakefile b/SSL/GNUmakefile index 55084a991..c31bbdb3b 100644 --- a/SSL/GNUmakefile +++ b/SSL/GNUmakefile @@ -45,10 +45,10 @@ BUNDLE_NAME=SSL SSL_LIB_DIRS += -L$(GNUSTEP_OBJ_DIR) # The bundle Objective-C source files to be compiled -SSL_OBJC_FILES = GSUnixSSLHandle.m +SSL_OBJC_FILES = GSSSLHandle.m # The principal class in the bundle -SSL_PRINCIPAL_CLASS = GSUnixSSLHandle +SSL_PRINCIPAL_CLASS = GSSSLHandle SSL_BUNDLE_LIBS = $(SSLLIBS) diff --git a/SSL/GSUnixSSLHandle.m b/SSL/GSSSLHandle.m similarity index 100% rename from SSL/GSUnixSSLHandle.m rename to SSL/GSSSLHandle.m diff --git a/SSL/Makefile.postamble b/SSL/Makefile.postamble index d43dfda47..2c5becc9e 100644 --- a/SSL/Makefile.postamble +++ b/SSL/Makefile.postamble @@ -78,7 +78,7 @@ after-distclean:: config.mak: config.mak.in ./configure -$(GNUSTEP_OBJ_DIR)/GSUnixSSLHandle.o \ +$(GNUSTEP_OBJ_DIR)/GSSSLHandle.o \ : $(GNUSTEP_TARGET_DIR)/config.h # diff --git a/SSL/configure b/SSL/configure index 4dacec1ed..e6c1790ad 100755 --- a/SSL/configure +++ b/SSL/configure @@ -258,7 +258,7 @@ PACKAGE_VERSION= PACKAGE_STRING= PACKAGE_BUGREPORT= -ac_unique_file="GSUnixSSLHandle.m" +ac_unique_file="GSSSLHandle.m" # Factoring default headers for most tests. ac_includes_default="\ #include diff --git a/SSL/configure.ac b/SSL/configure.ac index 3cfb3d4cf..8487eb44a 100644 --- a/SSL/configure.ac +++ b/SSL/configure.ac @@ -21,7 +21,7 @@ # License along with this library; if not, write to the Free # Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111 USA AC_INIT -AC_CONFIG_SRCDIR([GSUnixSSLHandle.m]) +AC_CONFIG_SRCDIR([GSSSLHandle.m]) if test -z "$GNUSTEP_SYSTEM_ROOT"; then AC_MSG_ERROR([You must run the GNUstep initialization script first!])