Mercurial > hg > libxtract
view examples/simpletest/Makefile.am @ 157:b25e9878c55a
fix for automake 1.13
author | Felix Yan <felixonmars@gmail.com> |
---|---|
date | Fri, 08 Feb 2013 19:50:27 +0800 |
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