annotate examples/simpletest/Makefile.am @ 155:21c5ad2a812e

Add explicit casts to malloc() calls for C++ compatibility
author Jamie Bullock <jamie@jamiebullock.com>
date Thu, 14 Mar 2013 13:03:12 +0000
parents a9154a4599c2
children 4a85175004d9
rev   line source
jamie@29 1 MAINTAINERCLEANFILES = Makefile.in
jamie@29 2
jamie@29 3 noinst_PROGRAMS = simpletest
jamie@29 4 INCLUDES = -I$(top_srcdir)/src
jamie@29 5 simpletest_SOURCES = simpletest.c
jamie@29 6 simpletest_LDADD = ../../src/libxtract.la
jamie@29 7
jamie@29 8