exchange

Base system with REST service to issue digital coins, run by the payment service provider
Log | Files | Refs | Submodules | README | LICENSE

commit ade7586c3069b57a33ca94da291f64e6ee27ea44
parent 10c779bbc6b50e7eaca813fa920f0c083c275b15
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sun, 16 Apr 2023 21:26:01 +0200

add missing resource

Diffstat:
Asrc/exchangedb/spi/Makefile | 8++++++++
1 file changed, 8 insertions(+), 0 deletions(-)

diff --git a/src/exchangedb/spi/Makefile b/src/exchangedb/spi/Makefile @@ -0,0 +1,8 @@ +EXTENSION = own_test +MODULES = own_test +DATA = own_test.sql + +# postgresql build stuff +PG_CONFIG = pg_config +PGXS := $(shell $(PG_CONFIG) --pgxs) +include $(PGXS)