aboutsummaryrefslogtreecommitdiff
path: root/src/exchangedb
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2023-04-16 21:26:01 +0200
committerChristian Grothoff <christian@grothoff.org>2023-04-16 21:26:01 +0200
commitade7586c3069b57a33ca94da291f64e6ee27ea44 (patch)
treefb1a3a515eeffe40d76c6976f34a618e9feb6aa9 /src/exchangedb
parent10c779bbc6b50e7eaca813fa920f0c083c275b15 (diff)
downloadexchange-ade7586c3069b57a33ca94da291f64e6ee27ea44.tar.xz
add missing resource
Diffstat (limited to 'src/exchangedb')
-rw-r--r--src/exchangedb/spi/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/exchangedb/spi/Makefile b/src/exchangedb/spi/Makefile
new file mode 100644
index 000000000..9c84bf75b
--- /dev/null
+++ 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)