makefile.am.svn-base
来自「The Wifidog project is an open source ca」· SVN-BASE 代码 · 共 48 行
SVN-BASE
48 行
## $Id$#bin_PROGRAMS = wifidog \ wdctl AM_CPPFLAGS = \ -I${top_srcdir}/libhttpd/ \ -DSYSCONFDIR='"$(sysconfdir)"' wifidog_LDADD = $(top_builddir)/libhttpd/libhttpd.lawifidog_SOURCES = commandline.c \ conf.c \ debug.c \ fw_iptables.c \ firewall.c \ gateway.c \ centralserver.c \ http.c \ auth.c \ client_list.c \ util.c \ wdctl_thread.c \ ping_thread.c \ safe.c \ httpd_thread.cnoinst_HEADERS = commandline.h \ common.h \ conf.h \ debug.h \ fw_iptables.h \ firewall.h \ gateway.h \ centralserver.h \ http.h \ auth.h \ client_list.h \ util.h \ wdctl_thread.h \ wdctl.h \ ping_thread.h \ safe.h \ httpd_thread.hwdctl_SOURCES = wdctl.c
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?