dwww Home | Show directory contents | Find package

# Include cookbook.html in distro
EXTRA_DIST = money.vcproj configure.ac StdAfx.cpp

AM_CPPFLAGS = -I$(top_builddir)/include -I$(top_srcdir)/include

TESTS = MoneyApp
check_PROGRAMS = $(TESTS)

MoneyApp_SOURCES = Money.h MoneyTest.h MoneyTest.cpp MoneyApp.cpp StdAfx.h
MoneyApp_CXXFLAGS = $(CPPUNIT_CFLAGS)

# MoneyApp_LDADD = $(CPPUNIT_LIBS)
# USE THIS in your projects, not the line bellow

MoneyApp_LDADD = $(top_builddir)/src/cppunit/libcppunit.la
# this line is needed to build and test CPPUNIT itself.

Generated by dwww version 1.15 on Tue Jun 25 08:41:06 CEST 2024.