Fixed class name error.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@14272 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
CaS 2002-08-14 17:00:05 +00:00
parent e27124b35e
commit b6fc56985f
5 changed files with 5 additions and 5 deletions

View file

@ -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)

View file

@ -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
#

2
SSL/configure vendored
View file

@ -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 <stdio.h>

View file

@ -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!])