bin_PROGRAMS = ofxdump
ofxdump_LDADD = $(top_builddir)/lib/libofx.la
ofxdump_SOURCES = ofxdump.cpp
AM_CPPFLAGS = \
	-I${top_srcdir}/inc
