Mercurial > hg > libxtract
view examples/simpletest/Makefile.am @ 92:35a3bb5c3ffd
Java bindings (with simple test) now working. Unified Python and Java bindings tests.
author | Jamie Bullock <jamie@postlude.co.uk> |
---|---|
date | Thu, 06 Sep 2007 14:05:37 +0000 |
parents | a9154a4599c2 |
children | 4a85175004d9 |
line wrap: on
line source
MAINTAINERCLEANFILES = Makefile.in noinst_PROGRAMS = simpletest INCLUDES = -I$(top_srcdir)/src simpletest_SOURCES = simpletest.c simpletest_LDADD = ../../src/libxtract.la