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 (19 lines) | stat: -rwxr-xr-x 466 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#
#  Makefile for the Squid Object Cache server
#
#  $Id: Makefile.am,v 1.2 2006/05/27 09:09:28 serassio Exp $
#
#  Uncomment and customize the following to suit your needs:
#


libexec_PROGRAMS = mswin_auth

mswin_auth_SOURCES = mswin_auth.c valid.c valid.h

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

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

EXTRA_DIST = readme.txt