提交 23fe7f5c authored 作者: James Le Cuirot's avatar James Le Cuirot 提交者: Travis Cross

Add libyaml pkg-config LIBS to LIBADD not LDFLAGS

Per the automake manual these should go in LIBADD.

http://www.gnu.org/software/automake/manual/html_node/Program-and-Library-Variables.html

FS-353
Signed-off-by: 's avatarTravis Cross <tc@traviscross.com>
上级 c86b939f
......@@ -7,8 +7,8 @@ mod_LTLIBRARIES = mod_yaml.la
mod_yaml_la_SOURCES = mod_yaml.c
mod_yaml_la_CFLAGS = $(AM_CFLAGS)
mod_yaml_la_CPPFLAGS = $(AM_CPPFLAGS) $(YAML_CFLAGS)
mod_yaml_la_LIBADD = $(switch_builddir)/libfreeswitch.la
mod_yaml_la_LDFLAGS = -avoid-version -module -no-undefined -shared $(YAML_LIBS)
mod_yaml_la_LIBADD = $(switch_builddir)/libfreeswitch.la $(YAML_LIBS)
mod_yaml_la_LDFLAGS = -avoid-version -module -no-undefined -shared
else
install: error
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论