summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorOpenGnSys Support Team <soporte-og@soleta.eu>2019-11-26 18:08:26 +0100
committerOpenGnSys Support Team <soporte-og@soleta.eu>2020-03-04 14:55:11 +0100
commit39918fa9707631af8e783660079ff6ef3cb660ee (patch)
treea15e6dc5218ad843c7ca09a756ec6fb7fbbf8079 /Makefile
parent03f1941b37b88bd140e82d1f69ad68205aa2fa69 (diff)
#941 use dbi layer from envioProgramacion
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9087eaa..eafecb3 100644
--- a/Makefile
+++ b/Makefile
@@ -15,7 +15,7 @@ CPPFLAGS := $(CFLAGS)
LDFLAGS := -Wl,--no-as-needed $(shell mysql_config --libs) -lev -ljansson -ldbi
# Ficheros objetos
-OBJS := ../../Includes/Database.o sources/ogAdmServer.o sources/dbi.o
+OBJS := sources/ogAdmServer.o sources/dbi.o
all: $(PROYECTO)