]> andersk Git - libyaml.git/blame_incremental - src/Makefile.am
add -no-undefined to src/Makefile.am
[libyaml.git] / src / Makefile.am
... / ...
CommitLineData
1AM_CPPFLAGS = -I$(top_srcdir)/include -Wall
2lib_LTLIBRARIES = libyaml.la
3libyaml_la_SOURCES = yaml_private.h api.c reader.c scanner.c parser.c loader.c writer.c emitter.c dumper.c
4libyaml_la_LDFLAGS = -no-undefined -release $(YAML_LT_RELEASE) -version-info $(YAML_LT_CURRENT):$(YAML_LT_REVISION):$(YAML_LT_AGE)
This page took 0.027787 seconds and 5 git commands to generate.