source: trunk/packages/libyaml/tests/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: 366 bytes
Line 
1AM_CPPFLAGS = -I$(top_srcdir)/include
2#AM_CFLAGS = -Wno-pointer-sign
3LDADD = $(top_builddir)/src/libyaml.la
4TESTS = test-version test-reader
5check_PROGRAMS = test-version test-reader
6noinst_PROGRAMS = run-scanner run-parser run-loader run-emitter run-dumper      \
7                                  example-reformatter example-reformatter-alt   \
8                                  example-deconstructor example-deconstructor-alt
Note: See TracBrowser for help on using the repository browser.