diff options
-rw-r--r-- | Makefile.am | 22 | ||||
-rw-r--r-- | src/cfg.c (renamed from sources/cfg.c) | 0 | ||||
-rw-r--r-- | src/cfg.h (renamed from sources/cfg.h) | 0 | ||||
-rw-r--r-- | src/client.c (renamed from sources/client.c) | 0 | ||||
-rw-r--r-- | src/client.h (renamed from sources/client.h) | 0 | ||||
-rw-r--r-- | src/core.c (renamed from sources/core.c) | 0 | ||||
-rw-r--r-- | src/core.h (renamed from sources/core.h) | 0 | ||||
-rw-r--r-- | src/dbi.c (renamed from sources/dbi.c) | 0 | ||||
-rw-r--r-- | src/dbi.h (renamed from sources/dbi.h) | 0 | ||||
-rw-r--r-- | src/json.c (renamed from sources/json.c) | 0 | ||||
-rw-r--r-- | src/json.h (renamed from sources/json.h) | 0 | ||||
-rw-r--r-- | src/list.h (renamed from sources/list.h) | 0 | ||||
-rw-r--r-- | src/main.c (renamed from sources/main.c) | 0 | ||||
-rw-r--r-- | src/ogAdmLib.c (renamed from sources/ogAdmLib.c) | 0 | ||||
-rw-r--r-- | src/ogAdmLib.h (renamed from sources/ogAdmLib.h) | 0 | ||||
-rw-r--r-- | src/ogAdmServer.c (renamed from sources/ogAdmServer.c) | 0 | ||||
-rw-r--r-- | src/ogAdmServer.h (renamed from sources/ogAdmServer.h) | 0 | ||||
-rw-r--r-- | src/rest.c (renamed from sources/rest.c) | 0 | ||||
-rw-r--r-- | src/rest.h (renamed from sources/rest.h) | 0 | ||||
-rw-r--r-- | src/schedule.c (renamed from sources/schedule.c) | 0 | ||||
-rw-r--r-- | src/schedule.h (renamed from sources/schedule.h) | 0 | ||||
-rw-r--r-- | src/utils.c (renamed from sources/utils.c) | 0 | ||||
-rw-r--r-- | src/utils.h (renamed from sources/utils.h) | 0 |
23 files changed, 11 insertions, 11 deletions
diff --git a/Makefile.am b/Makefile.am index b54bb43..37b871e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2,14 +2,14 @@ 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 +ogserver_SOURCES= src/ogAdmServer.c \ + src/cfg.c \ + src/core.c \ + src/dbi.c \ + src/main.c \ + src/schedule.c \ + src/utils.c \ + src/rest.c \ + src/client.c \ + src/json.c \ + src/ogAdmLib.c diff --git a/sources/cfg.c b/src/cfg.c index 54067b0..54067b0 100644 --- a/sources/cfg.c +++ b/src/cfg.c diff --git a/sources/cfg.h b/src/cfg.h index cfb37bd..cfb37bd 100644 --- a/sources/cfg.h +++ b/src/cfg.h diff --git a/sources/client.c b/src/client.c index 60a84cb..60a84cb 100644 --- a/sources/client.c +++ b/src/client.c diff --git a/sources/client.h b/src/client.h index c6e70c3..c6e70c3 100644 --- a/sources/client.h +++ b/src/client.h diff --git a/sources/core.c b/src/core.c index f7c25f5..f7c25f5 100644 --- a/sources/core.c +++ b/src/core.c diff --git a/sources/core.h b/src/core.h index dd5cd58..dd5cd58 100644 --- a/sources/core.h +++ b/src/core.h diff --git a/sources/dbi.c b/src/dbi.c index 6640f50..6640f50 100644 --- a/sources/dbi.c +++ b/src/dbi.c diff --git a/sources/dbi.h b/src/dbi.h index 30327a7..30327a7 100644 --- a/sources/dbi.h +++ b/src/dbi.h diff --git a/sources/json.c b/src/json.c index b76a3b7..b76a3b7 100644 --- a/sources/json.c +++ b/src/json.c diff --git a/sources/json.h b/src/json.h index 7c6c61c..7c6c61c 100644 --- a/sources/json.h +++ b/src/json.h diff --git a/sources/list.h b/src/list.h index 8dfd476..8dfd476 100644 --- a/sources/list.h +++ b/src/list.h diff --git a/sources/main.c b/src/main.c index 5f6d164..5f6d164 100644 --- a/sources/main.c +++ b/src/main.c diff --git a/sources/ogAdmLib.c b/src/ogAdmLib.c index 75dbd51..75dbd51 100644 --- a/sources/ogAdmLib.c +++ b/src/ogAdmLib.c diff --git a/sources/ogAdmLib.h b/src/ogAdmLib.h index fde24eb..fde24eb 100644 --- a/sources/ogAdmLib.h +++ b/src/ogAdmLib.h diff --git a/sources/ogAdmServer.c b/src/ogAdmServer.c index 436c3b1..436c3b1 100644 --- a/sources/ogAdmServer.c +++ b/src/ogAdmServer.c diff --git a/sources/ogAdmServer.h b/src/ogAdmServer.h index d5061cd..d5061cd 100644 --- a/sources/ogAdmServer.h +++ b/src/ogAdmServer.h diff --git a/sources/rest.c b/src/rest.c index 097cbf8..097cbf8 100644 --- a/sources/rest.c +++ b/src/rest.c diff --git a/sources/rest.h b/src/rest.h index 4f2347f..4f2347f 100644 --- a/sources/rest.h +++ b/src/rest.h diff --git a/sources/schedule.c b/src/schedule.c index 6dc54e0..6dc54e0 100644 --- a/sources/schedule.c +++ b/src/schedule.c diff --git a/sources/schedule.h b/src/schedule.h index 14b8998..14b8998 100644 --- a/sources/schedule.h +++ b/src/schedule.h diff --git a/sources/utils.c b/src/utils.c index 433a0dc..433a0dc 100644 --- a/sources/utils.c +++ b/src/utils.c diff --git a/sources/utils.h b/src/utils.h index e32d006..e32d006 100644 --- a/sources/utils.h +++ b/src/utils.h |