diff options
author | OpenGnSys Support Team <soporte-og@soleta.eu> | 2020-06-09 13:25:44 +0200 |
---|---|---|
committer | OpenGnSys Support Team <soporte-og@soleta.eu> | 2020-06-09 13:32:28 +0200 |
commit | cf7bbdac90e289674da01a1f37eb294fb8fd9ac2 (patch) | |
tree | 62c86ace85895b8eaf5bf18d4c90ec590eddb0cc /Makefile.am | |
parent | f4e7832656a2b27d6ae735593714aaf8ff7b6a84 (diff) |
#971 move ogAdmLib to ogAdmServer
Move remaining ogAdmLib code to ogAdmServer
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 5 |
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 |