📄 makefile.am
字号:
INCLUDES = -I$(top_srcdir)/src/includeplugindir = $(libdir)/GNUnetplugin_LTLIBRARIES = \ libgnunetmodule_bootstrap.la libgnunetmodule_bootstrap_la_SOURCES = \ http.c libgnunetmodule_bootstrap_la_LIBADD = @LIBCURL@ \ $(top_builddir)/src/util/libgnunetutil.la libgnunetmodule_bootstrap_la_LDFLAGS = \ -export-dynamic -avoid-version -module libgnunetmodule_bootstrap_la_CPPFLAGS = \ @LIBCURL_CPPFLAGS@ check_PROGRAMS = \ httptestTESTS = $(check_PROGRAMS)httptest_SOURCES = \ httptest.c httptest_LDADD = \ $(top_builddir)/src/util/libgnunetutil.la
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -