# HG changeset patch
# User Olaf Wintermann <olaf.wintermann@gmail.com>
# Date 1666518065 -7200
# Node ID 05d4e75d1912d0e66fc7d26a74389397a0d9790b
# Parent  83234bc3bee995e35311c79caa5c66548d753be4
fix ucx include path in postgresql plugin

diff -r 83234bc3bee9 -r 05d4e75d1912 src/server/plugins/postgresql/Makefile
--- a/src/server/plugins/postgresql/Makefile	Thu Oct 13 19:26:15 2022 +0200
+++ b/src/server/plugins/postgresql/Makefile	Sun Oct 23 11:41:05 2022 +0200
@@ -51,6 +51,10 @@
 
 PGTEST = $(BUILD_ROOT)/build/server/plugins/postgresql/test
 
+
+CFLAGS += -I../../..//ucx/
+LDFLAGS += -lucx
+
 all: $(PLUGIN_TARGET) $(TEST_TARGET) $(PGTEST)
 
 $(BUILD_DIR):