source: trunk/packages/libyaml/src/Makefile.am @ 898

Last change on this file since 898 was 898, checked in by hartmans, 16 years ago

Add pyyaml and libyaml packages
backported from lenny.
There is discussion about how these should go in the repository; these are added in this form
in order to make forward progress.

File size: 291 bytes
Line 
1AM_CPPFLAGS = -I$(top_srcdir)/include
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 = -release $(YAML_LT_RELEASE) -version-info $(YAML_LT_CURRENT):$(YAML_LT_REVISION):$(YAML_LT_AGE)
Note: See TracBrowser for help on using the repository browser.