Blame doc/example/tests/Makefile.am

Packit 0b5880
## Process this file with automake to produce Makefile.in
Packit 0b5880
Packit 0b5880
TESTS = check_money
Packit 0b5880
check_PROGRAMS = check_money
Packit 0b5880
check_money_SOURCES = check_money.c $(top_builddir)/src/money.h
Packit 0b5880
check_money_CFLAGS = @CHECK_CFLAGS@
Packit 0b5880
check_money_LDADD = $(top_builddir)/src/libmoney.la @CHECK_LIBS@