makefile.am
来自「功能强大的代理服务器」· AM 代码 · 共 29 行
AM
29 行
## Makefile for the ip_user external_acl helper by Rodrigo Campos## $Id$## Uncomment and customize the following to suit your needs:#libexec_PROGRAMS = ip_user_checkip_user_check_SOURCES = \ dict.c \ ip_user.h \ main.c \ match.cEXTRA_DIST = \ example.conf \ example-deny_all_but.conf \ license \ README# sysconf_DATA = LDADD = -L$(top_builddir)/lib -lmiscutil @XTRA_LIBS@INCLUDES = -I. -I$(top_builddir)/include -I$(top_srcdir)/include
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?