summaryrefslogtreecommitdiff
path: root/src/exchangedb/spi/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/exchangedb/spi/Makefile')
-rw-r--r--src/exchangedb/spi/Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/exchangedb/spi/Makefile b/src/exchangedb/spi/Makefile
new file mode 100644
index 000000000..d654d91e9
--- /dev/null
+++ b/src/exchangedb/spi/Makefile
@@ -0,0 +1,9 @@
+EXTENSION = own_test
+MODULES = own_test
+DATA = own_test.sql
+PG_CPPFLAGS = -I /usr/include/postgresql
+
+# postgresql build stuff
+PG_CONFIG = pg_config
+PGXS := $(shell $(PG_CONFIG) --pgxs)
+include $(PGXS)