diff --git a/accounts/Makefile.am b/accounts/Makefile.am index 237749157ef..74aa08f96a9 100644 --- a/accounts/Makefile.am +++ b/accounts/Makefile.am @@ -1,3 +1,36 @@ -SUBDIRS = C cs da de_AT de_CH de_DE el_GR en_GB es_ES es_MX fi_FI fr_CH fr_CA fr_FR hu_HU it ja ko lv nl nb pl pt_BR pt_PT ru sk sv_SE tr_TR zh_CN +SUBDIRS = \ + C \ + cs \ + da \ + de_AT \ + de_CH \ + de_DE \ + el_GR \ + en_GB \ + es_ES \ + es_MX \ + fi_FI \ + fr_CA \ + fr_CH \ + fr_FR \ + hu_HU \ + it \ + ja \ + ko \ + lv \ + nb \ + nl \ + pl \ + pt_BR \ + pt_PT \ + ru \ + sk \ + sv_AX \ + sv_FI \ + sv_SE \ + tr_TR \ + zh_CN \ + zh_HK \ + zh_TW diff --git a/accounts/zh_HK/Makefile.am b/accounts/zh_HK/Makefile.am new file mode 100644 index 00000000000..d7fafd5cdf5 --- /dev/null +++ b/accounts/zh_HK/Makefile.am @@ -0,0 +1,8 @@ + +accountdir = ${GNC_ACCOUNTS_DIR}/zh_HK + +account_DATA = \ + acctchrt_business.gnucash-xea + +EXTRA_DIST = \ + ${account_DATA} diff --git a/accounts/zh_TW/Makefile.am b/accounts/zh_TW/Makefile.am new file mode 100644 index 00000000000..32f56b6839a --- /dev/null +++ b/accounts/zh_TW/Makefile.am @@ -0,0 +1,8 @@ + +accountdir = ${GNC_ACCOUNTS_DIR}/zh_TW + +account_DATA = \ + acctchrt_business.gnucash-xea + +EXTRA_DIST = \ + ${account_DATA} diff --git a/configure.ac b/configure.ac index 9fa3b0f039a..2f3fb900434 100644 --- a/configure.ac +++ b/configure.ac @@ -1387,16 +1387,20 @@ AC_CONFIG_FILES( accounts/ja/Makefile accounts/ko/Makefile accounts/lv/Makefile - accounts/nl/Makefile accounts/nb/Makefile + accounts/nl/Makefile accounts/pl/Makefile accounts/pt_BR/Makefile accounts/pt_PT/Makefile accounts/ru/Makefile accounts/sk/Makefile + accounts/sv_AX/Makefile + accounts/sv_FI/Makefile accounts/sv_SE/Makefile accounts/tr_TR/Makefile accounts/zh_CN/Makefile + accounts/zh_HK/Makefile + accounts/zh_TW/Makefile checks/Makefile doc/Makefile doc/examples/Makefile