File: Makefile.am

package info (click to toggle)
squid 2.6.5-6etch5
  • links: PTS
  • area: main
  • in suites: etch
  • size: 12,540 kB
  • ctags: 13,801
  • sloc: ansic: 105,278; sh: 6,083; makefile: 1,297; perl: 1,245; awk: 40
file content (16 lines) | stat: -rwxr-xr-x 404 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#
#  Makefile for the Squid Object Cache server
#
#  $Id: Makefile.am,v 1.1 2006/05/27 08:58:30 serassio Exp $
#

libexec_PROGRAMS = mswin_ntlm_auth

mswin_ntlm_auth_SOURCES = libntlmssp.c ntlm_auth.c ntlm.h

INCLUDES      = -I. -I$(top_srcdir)/include -I$(top_srcdir)/src

LDADD		= -L$(top_builddir)/lib -lntlmauth -lsspwin32 -lnetapi32 \
		  -ladvapi32 -lmiscutil $(XTRA_LIBS)

EXTRA_DIST = readme.txt