Mercurial > hg > libxtract
view examples/simpletest/Makefile.am @ 184:95af6c8dc7f2
Optimise xtract_smoothness() by removing call to malloc(). Also fix bug in xtract_smoothness() where *result was uninitialised but used in calculation.
author | Jamie Bullock <jamie@jamiebullock.com> |
---|---|
date | Mon, 08 Jul 2013 10:14:42 +0100 |
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