makefile.am

来自「代理服务器 squid-2.6.STABLE16」· AM 代码 · 共 17 行

AM
17
字号
#  Makefile for authentication modules in the Squid Object Cache server##  $Id: Makefile.am,v 1.4 2006/06/02 21:35:38 hno Exp $#AUTOMAKE_OPTIONS = subdir-objectsEXTRA_LIBRARIES	= libbasic.a libdigest.a libntlm.a libnegotiate.anoinst_LIBRARIES	= @AUTH_LIBS@libbasic_a_SOURCES	= basic/auth_basic.c basic/auth_basic.hlibdigest_a_SOURCES	= digest/auth_digest.c digest/auth_digest.hlibntlm_a_SOURCES	= ntlm/auth_ntlm.c ntlm/auth_ntlm.hlibnegotiate_a_SOURCES	= negotiate/auth_negotiate.c negotiate/auth_negotiate.hINCLUDES      = -I. -I$(top_builddir)/include -I$(top_srcdir)/include \	-I$(top_srcdir)/src

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?