summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorOpenGnSys Support Team <soporte-og@soleta.eu>2020-06-09 13:25:44 +0200
committerOpenGnSys Support Team <soporte-og@soleta.eu>2020-06-09 13:32:28 +0200
commitcf7bbdac90e289674da01a1f37eb294fb8fd9ac2 (patch)
tree62c86ace85895b8eaf5bf18d4c90ec590eddb0cc /Makefile.am
parentf4e7832656a2b27d6ae735593714aaf8ff7b6a84 (diff)
#971 move ogAdmLib to ogAdmServer
Move remaining ogAdmLib code to ogAdmServer
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 6904c09..962d320 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,8 +1,9 @@
sbin_PROGRAMS = ogAdmServer
-AM_CFLAGS = -I../../Includes ${LIBDBI_CFLAGS} ${LIBJANSSON_CFLAGS} ${LIBEVENT_CFLAGS} -g -Wall
+AM_CFLAGS = ${LIBDBI_CFLAGS} ${LIBJANSSON_CFLAGS} ${LIBEVENT_CFLAGS} -g -Wall
ogAdmServer_SOURCES= sources/ogAdmServer.c \
sources/dbi.c \
sources/schedule.c \
- sources/utils.c
+ sources/utils.c \
+ sources/ogAdmLib.c