SSL bundle fix.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@13206 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-Macdonald 2002-03-22 14:15:59 +00:00
parent 6d080339e4
commit aa6df021f9
2 changed files with 6 additions and 1 deletions

View file

@ -50,7 +50,7 @@ SSL_OBJC_FILES = GSUnixSSLHandle.m
# The principal class in the bundle
SSL_PRINCIPAL_CLASS = GSUnixSSLHandle
SSL_BUNDLE_LIBS = -lgnustep-base -lobjc $(SSLLIBS)
SSL_BUNDLE_LIBS = $(SSLLIBS)
endif