~clint-fewbar/ubuntu/precise/squid3/ignore-sighup-early

« back to all changes in this revision

Viewing changes to helpers/ntlm_auth/smb_lm/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Luigi Gangitano
  • Date: 2010-05-04 11:15:49 UTC
  • mfrom: (1.3.1 upstream)
  • mto: (20.3.1 squeeze) (21.2.1 sid)
  • mto: This revision was merged to the branch mainline in revision 21.
  • Revision ID: james.westby@ubuntu.com-20100504111549-1apjh2g5sndki4te
Tags: upstream-3.1.3
ImportĀ upstreamĀ versionĀ 3.1.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
include $(top_srcdir)/src/Common.am
 
2
 
 
3
SUBDIRS = smbval
 
4
 
 
5
libexec_PROGRAMS = ntlm_smb_lm_auth
 
6
ntlm_smb_lm_auth_SOURCES = libntlmssp.c ntlm_smb_lm_auth.c ntlm_smb_lm_auth.h
 
7
 
 
8
## we need our local files too (but avoid -I. at all costs)
 
9
INCLUDES += \
 
10
        -I$(srcdir) \
 
11
        -I$(srcdir)/smbval
 
12
 
 
13
LDADD = \
 
14
        $(top_builddir)/compat/libcompat.la \
 
15
        -L$(top_builddir)/lib -lntlmauth -lmiscutil \
 
16
        smbval/libsmbvalid.a \
 
17
        $(CRYPTLIB) \
 
18
        $(XTRA_LIBS)
 
19
 
 
20
EXTRA_DIST = config.test