meson.build (374B)
1 # This build file is in the public domain 2 subdir('merchant') 3 4 talerinclude_HEADERS = [ 5 'taler_merchant_bank_lib.h', 6 'taler_merchant_util.h', 7 'taler_merchant_service.h', 8 'taler_merchant_pay_service.h', 9 'taler_merchant_testing_lib.h', 10 ] 11 12 foreach h : talerinclude_HEADERS 13 14 install_headers(h, install_dir: get_option('includedir') / 'taler') 15 16 endforeach