gnucash/accounts/it/Makefile.am
Geert Janssens b1f9f80110 Add CMakeLists.txt files to dist tarball generated by autotools
This is half of the work to align the cmake and autotools generated dist tarballs.
What's missing in the cmake dist tarball on my system are all the files generated
or installed by running autogen.sh. I can't test this because cmake can't run
my version of automake (1.15), or at least our CMake configuration prevents this from happening.
2017-07-10 20:06:31 +02:00

23 lines
543 B
Makefile

accountdir = ${GNC_ACCOUNTS_DIR}/it
account_DATA = \
acctchrt_brokerage.gnucash-xea \
acctchrt_carloan.gnucash-xea \
acctchrt_checkbook.gnucash-xea \
acctchrt_childcare.gnucash-xea \
acctchrt_common.gnucash-xea \
acctchrt_fixedassets.gnucash-xea \
acctchrt_homeloan.gnucash-xea \
acctchrt_homeown.gnucash-xea \
acctchrt_otherloan.gnucash-xea \
acctchrt_renter.gnucash-xea \
acctchrt_retiremt.gnucash-xea \
acctchrt_spouseinc.gnucash-xea \
acctchrt_spouseretire.gnucash-xea
EXTRA_DIST = \
${account_DATA} \
CMakeLists.txt