summaryrefslogtreecommitdiffstats
path: root/Makefile.am
blob: b54bb43c4c2bcbba8b43153954563ddf9ea91bfb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
sbin_PROGRAMS = ogserver

AM_CFLAGS  =  ${LIBDBI_CFLAGS} ${LIBJANSSON_CFLAGS} ${LIBEVENT_CFLAGS} -g -Wall

ogserver_SOURCES= sources/ogAdmServer.c	\
		  sources/cfg.c		\
		  sources/core.c	\
		  sources/dbi.c		\
		  sources/main.c	\
		  sources/schedule.c	\
		  sources/utils.c	\
		  sources/rest.c	\
		  sources/client.c	\
		  sources/json.c	\
		  sources/ogAdmLib.c