From 2629906b6d961064ad566f90adfe8d28a7315d8a Mon Sep 17 00:00:00 2001 From: OpenGnSys Support Team Date: Fri, 17 May 2019 12:26:26 +0200 Subject: #941 add basic database-independent abstraction (dbi) Add basic infrastructure to support for the independent database layer. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index bffa4dc..9087eaa 100644 --- a/Makefile +++ b/Makefile @@ -12,10 +12,10 @@ CFLAGS += -g -Wall -I../../Includes CPPFLAGS := $(CFLAGS) # Opciones de linkado -LDFLAGS := -Wl,--no-as-needed $(shell mysql_config --libs) -lev -ljansson +LDFLAGS := -Wl,--no-as-needed $(shell mysql_config --libs) -lev -ljansson -ldbi # Ficheros objetos -OBJS := ../../Includes/Database.o sources/ogAdmServer.o +OBJS := ../../Includes/Database.o sources/ogAdmServer.o sources/dbi.o all: $(PROYECTO) -- cgit v1.2.3-18-g5258