blob: 7f1b9292452358a29205a32e7e6e4e0540d8ff80 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# This Makefile.am is in the public domain
EXTRA_DIST = \
platform.h gettext.h
talerincludedir = $(includedir)/taler
talerinclude_HEADERS = \
taler_merchant_bank_lib.h \
taler_merchantdb_lib.h \
taler_merchantdb_plugin.h \
taler_merchant_service.h \
taler_merchant_testing_lib.h
|