summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-10-28 23:22:12 +0100
committerChristian Grothoff <christian@grothoff.org>2020-10-28 23:22:12 +0100
commit7c82f1ea70529021c98f703ad3f6fed671d6462c (patch)
tree8560dbeeaed655e45830e4661ff290a4a7fbe8d2
parent5f851aa5bd49312046125598ee03d34c0ce238dc (diff)
downloadtaler-util-7c82f1ea70529021c98f703ad3f6fed671d6462c.tar.gz
taler-util-7c82f1ea70529021c98f703ad3f6fed671d6462c.tar.bz2
taler-util-7c82f1ea70529021c98f703ad3f6fed671d6462c.zip
add gana
-rw-r--r--.gitmodules3
-rw-r--r--Makefile5
m---------gana0
3 files changed, 7 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules
index 46f6b8a..b963c9d 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,3 +1,6 @@
[submodule "build-system/taler-build-scripts"]
path = build-system/taler-build-scripts
url = https://git.taler.net/build-common.git
+[submodule "gana"]
+ path = gana
+ url = git://git.gnunet.org/gana.git
diff --git a/Makefile b/Makefile
index 8101927..a87f1c2 100644
--- a/Makefile
+++ b/Makefile
@@ -14,7 +14,10 @@ all: dist
dist:
$(env) SOURCE_DATE_EPOCH=315532800 $(python) setup.py sdist bdist_wheel
-install: all
+gana:
+ cd gana/gnu-taler-error-codes/; make; cp taler_error_codes.py ../../taler/util/; cd ../..
+
+install: all gana
(cd dist; $(env) SOURCE_DATE_EPOCH=315532800 $(python) -m pip install taler-util)
uninstall:
diff --git a/gana b/gana
new file mode 160000
+Subproject 068cfc6a252f44799a7e9bd7914e90f72ad6009