File: Makefile.am

package info (click to toggle)
squid 2.6.5-6
  • links: PTS
  • area: main
  • in suites: etch-m68k
  • size: 12,524 kB
  • ctags: 13,801
  • sloc: ansic: 105,278; sh: 5,909; makefile: 1,297; perl: 1,245; awk: 40
file content (14 lines) | stat: -rw-r--r-- 426 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#
#  Makefile for the Squid Object Cache server
#
#  $Id: Makefile.am,v 1.5 2006/06/23 01:03:58 hno Exp $
#
#  Uncomment and customize the following to suit your needs:
#

libexec_PROGRAMS	= ncsa_auth
ncsa_auth_SOURCES	= ncsa_auth.c crypt_md5.c crypt_md5.h
man_MANS 		= ncsa_auth.8
EXTRA_DIST		= ncsa_auth.8
LDADD			= -L$(top_builddir)/lib -lmiscutil $(CRYPTLIB) $(XTRA_LIBS) $(SSLLIB)
INCLUDES      = -I$(top_srcdir)/include