summaryrefslogtreecommitdiff
path: root/configure.py
blob: 40000b3c63dd357ed4d7afeb1384b873c8a0c524 (plain)
1
2
3
4
5
6
from talerbuildconfig import *

b = BuildConfig()
b.enable_prefix()
b.enable_configmk()
b.run()