donau

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

commit c14cb0cdcfa34be71f60a9cea4f9c2c1d8b2f02f
parent 42d1148d1d26bc0eabddcc43e5810423d24ffc0a
Author: Matyja Lukas Adam <lukas.matyja@students.bfh.ch>
Date:   Tue,  9 Jan 2024 11:54:12 +0100

some changes

Diffstat:
Msrc/Makefile.am | 4++--
Msrc/testing/Makefile.am | 3+--
2 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/src/Makefile.am b/src/Makefile.am @@ -18,6 +18,6 @@ SUBDIRS = \ $(PQ_DIR) \ donaudb \ donau \ - lib \ + #lib \ donau-tools \ - testing + #testing diff --git a/src/testing/Makefile.am b/src/testing/Makefile.am @@ -61,4 +61,4 @@ libdonautesting_la_LDFLAGS = \ -version-info 0:0:0 \ -no-undefined libdonautesting_la_SOURCES = \ - testing_api_cmd_get_donau.c -\ No newline at end of file + test_api_cmd_get_donau.c