?? makefile.am
字號:
## Makefile for the Squid LDAP authentication helper## $Id: Makefile.am,v 1.6 2006/05/16 03:24:54 hno Exp $## Uncomment and customize the following to suit your needs:#libexec_PROGRAMS = squid_ldap_authman_MANS = squid_ldap_auth.8EXTRA_DIST = squid_ldap_auth.8squid_ldap_auth_SOURCES = squid_ldap_auth.cLDADD = -L$(top_builddir)/lib -lmiscutil $(LIB_LDAP) $(LIB_LBER) $(XTRA_LIBS)INCLUDES = -I$(top_srcdir)/include
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -