1## Process this file with automake to produce Makefile.in
2
3noinst_LTLIBRARIES = libbcunitautomated.la
4libbcunitautomated_la_SOURCES = \
5	Automated.c
6
7AM_CPPFLAGS=-I$(top_srcdir)/BCUnit/Headers
8
9
10