makefile.am
来自「代理服务器 squid-2.6.STABLE16」· AM 代码 · 共 18 行
AM
18 行
## Makefile for the Squid Object Cache server## $Id: Makefile.am,v 1.2 2006/05/16 01:21:29 hno Exp $## Uncomment and customize the following to suit your needs:#libexec_PROGRAMS = digest_pw_authdigest_pw_auth_SOURCES = digest_pw_auth.c \ digest_common.h \ text_backend.c \ text_backend.hINCLUDES = -I. -I$(top_builddir)/include -I$(top_srcdir)/include \ -I$(top_srcdir)/src/LDADD = -L$(top_builddir)/lib -lmiscutil $(CRYPTLIB) $(XTRA_LIBS) $(SSLLIB)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?