|
Last change
on this file since 1410 was
898,
checked in by hartmans, 17 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 | |
|---|
| 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) |
|---|
Note: See
TracBrowser
for help on using the repository browser.