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