makefile.am
来自「功能强大的代理服务器」· AM 代码 · 共 14 行
AM
14 行
## Makefile for the Squid SASL authentication helper## $Id$## Uncomment and customize the following to suit your needs:#INCLUDES = -I$(top_srcdir)/includelibexec_PROGRAMS = sasl_authLDADD = -L$(top_builddir)/lib -lmiscutil $(LIBSASL) $(XTRA_LIBS)EXTRA_DIST = squid_sasl_auth squid_sasl_auth.conf
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?