]> andersk Git - libyaml.git/blobdiff - src/Makefile.am
add -no-undefined to src/Makefile.am
[libyaml.git] / src / Makefile.am
index 7cc40e7539510994bbbffdc12791d18251836e29..24cf89d241dddf4ee937140beb0f053c562d4943 100644 (file)
@@ -1,4 +1,4 @@
 AM_CPPFLAGS = -I$(top_srcdir)/include -Wall
 lib_LTLIBRARIES = libyaml.la
 libyaml_la_SOURCES = yaml_private.h api.c reader.c scanner.c parser.c loader.c writer.c emitter.c dumper.c
-libyaml_la_LDFLAGS = -release $(YAML_LT_RELEASE) -version-info $(YAML_LT_CURRENT):$(YAML_LT_REVISION):$(YAML_LT_AGE)
+libyaml_la_LDFLAGS = -no-undefined -release $(YAML_LT_RELEASE) -version-info $(YAML_LT_CURRENT):$(YAML_LT_REVISION):$(YAML_LT_AGE)
This page took 0.031875 seconds and 4 git commands to generate.