~ubuntu-branches/ubuntu/precise/krb5/precise-updates

« back to all changes in this revision

Viewing changes to src/lib/crypto/nss/enc_provider/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Sam Hartman
  • Date: 2011-12-01 19:34:41 UTC
  • mfrom: (28.1.14 sid)
  • Revision ID: package-import@ubuntu.com-20111201193441-9tipg3aru1jsidyv
Tags: 1.10+dfsg~alpha1-6
* Fix segfault with unknown hostnames in krb5_sname_to_principal,
  Closes: #650671
* Indicate that this library breaks libsmbclient versions that depend on
  krb5_locate_kdc, Closes: #650603, #650611

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
mydir=lib$(S)crypto$(S)nss$(S)enc_provider
2
2
BUILDTOP=$(REL)..$(S)..$(S)..$(S)..
3
3
CRYPTO_IMPL_CFLAGS=@CRYPTO_IMPL_CFLAGS@
4
 
LOCALINCLUDES = -I$(srcdir)/../des      \
5
 
                -I$(srcdir)/../arcfour \
6
 
                -I$(srcdir)/../aes      \
7
 
                -I$(srcdir)/../../krb                   \
8
 
                -I$(srcdir)/../../krb/rand2key          \
9
 
                -I$(srcdir)/.. -I$(srcdir)/.  \
10
 
                $(CRYPTO_IMPL_CFLAGS)
 
4
LOCALINCLUDES = -I$(srcdir)/../../krb -I$(srcdir)/.. $(CRYPTO_IMPL_CFLAGS)
11
5
DEFS=
12
6
 
13
7
PROG_LIBPATH=-L$(TOPLIBD)