diff options
Diffstat (limited to 'finance/Makefile')
-rw-r--r-- | finance/Makefile | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/finance/Makefile b/finance/Makefile index 4fa671539a7..e1026e3d886 100644 --- a/finance/Makefile +++ b/finance/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.37 2014/12/12 12:56:10 fhajny Exp $ +# $NetBSD: Makefile,v 1.38 2015/08/24 14:49:41 richard Exp $ # COMMENT= Monetary, financial and related applications @@ -21,13 +21,28 @@ SUBDIR+= py-trytond-account SUBDIR+= py-trytond-account-asset SUBDIR+= py-trytond-account-fr SUBDIR+= py-trytond-account-invoice +SUBDIR+= py-trytond-account-invoice-history +SUBDIR+= py-trytond-account-invoice-line-standalone +SUBDIR+= py-trytond-account-invoice-stock SUBDIR+= py-trytond-account-payment +SUBDIR+= py-trytond-account-payment-clearing SUBDIR+= py-trytond-account-payment-sepa SUBDIR+= py-trytond-account-product SUBDIR+= py-trytond-account-statement +SUBDIR+= py-trytond-account-stock-continental SUBDIR+= py-trytond-analytic-account +SUBDIR+= py-trytond-analytic-invoice +SUBDIR+= py-trytond-analytic-purchase +SUBDIR+= py-trytond-analytic-sale SUBDIR+= py-trytond-bank SUBDIR+= py-trytond-currency +SUBDIR+= py-trytond-product-cost-fifo +SUBDIR+= py-trytond-product-cost-history +SUBDIR+= py-trytond-product-price-list +SUBDIR+= py-trytond-purchase +SUBDIR+= py-trytond-purchase-invoice-line-standalone +SUBDIR+= py-trytond-sale +SUBDIR+= py-trytond-stock-supply SUBDIR+= py-vatnumber SUBDIR+= ruby-activemerchant SUBDIR+= ruby-braintree |