mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-25 09:41:15 +00:00
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:
parent
e27124b35e
commit
b6fc56985f
5 changed files with 5 additions and 5 deletions
|
@ -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)
|
||||
|
||||
|
|
|
@ -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
2
SSL/configure
vendored
|
@ -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>
|
||||
|
|
|
@ -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!])
|
||||
|
|
Loading…
Reference in a new issue