From af94fddc046d346dd068b304e8d4e0e67bac6d5d Mon Sep 17 00:00:00 2001 From: "Jean-Marc Pigeon (Delson)" Date: Tue, 17 Jun 2025 17:00:45 -0400 Subject: [PATCH] Investiguating about need to generate postgres version --- app/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Makefile b/app/Makefile index e0a81d9..47cd376 100644 --- a/app/Makefile +++ b/app/Makefile @@ -43,7 +43,7 @@ CFLAGS = -I ../lib -Wall $(OPTIME) #LIBMAIL= ../lib/libmail.a LIBMAIL = \ ../shared/libposql.so \ - ../shared/libmasql.so \ + ../nodb/libmanql.so \ ../lib/libmail.a LIBS = $(LIBMAIL) \ -- 2.47.3