~ubuntu-branches/ubuntu/breezy/aolserver4-nsopenssl/breezy

« back to all changes in this revision

Viewing changes to debian/Makefile.debian

  • Committer: Bazaar Package Importer
  • Author(s): Francesco Paolo Lovergine
  • Date: 2004-10-20 17:04:01 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20041020170401-mwubft23zl4g5hhf
Tags: 3.0beta22-3
Added x509.o linking, it was missed due to oversight in the new Makefile :-/
Thanks Luke Pond.

Show diffs side-by-side

added added

removed removed

Lines of Context:
42
42
 
43
43
MODNAME  = nsopenssl
44
44
 
45
 
LIB      = nsopenssl
46
 
LIBOBJS  = sslcontext.o ssl.o tclcmds.o
47
 
LIBLIBS  = -lssl -lcrypto 
 
45
#LIB      = nsopenssl
 
46
#LIBOBJS  = sslcontext.o ssl.o tclcmds.o
 
47
#LIBLIBS  = -lssl -lcrypto 
48
48
 
49
49
MOD      = nsopenssl.so
50
 
OBJS     = nsopenssl.o
 
50
OBJS     = nsopenssl.o sslcontext.o ssl.o tclcmds.o x509.o
51
51
HDRS     = nsopenssl.h
52
52
MODLIBS  = -lssl -lcrypto
53
53