donau

Donation authority for GNU Taler (experimental)
Log | Files | Refs | Submodules | README | LICENSE

commit a0d2597a19f49fcdfae15174f7b26cc4dd4e31dc
parent d63b019e82960b60e5ba9571c4e6b5967cfea56e
Author: Casaburi Johannes <johannes.casaburi@students.bfh.ch>
Date:   Sat,  6 Jan 2024 12:45:49 +0100

comment out stuff to make build run

Signed-off-by: Casaburi Johannes <johannes.casaburi@students.bfh.ch>

Diffstat:
Mdoc/.gitignore | 1+
Mpo/POTFILES.in | 2+-
Msrc/lib/Makefile.am | 4++--
3 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/doc/.gitignore b/doc/.gitignore @@ -1,3 +1,4 @@ +*.bak *.aux *.dvi *.log diff --git a/po/POTFILES.in b/po/POTFILES.in @@ -1,2 +1,2 @@ # List of source files which contain translatable strings. -src/util/taler_error_codes.c +#src/util/taler_error_codes.c diff --git a/src/lib/Makefile.am b/src/lib/Makefile.am @@ -13,8 +13,8 @@ endif # Libraries -lib_LTLIBRARIES = \ - libtalerdonau.la +#lib_LTLIBRARIES = \ +# libtalerdonau.la libdonau_la_LDFLAGS = \ -version-info 5:0:0 \