From 6a0fcf96700a7b640114ea40cb64e3c3a5213a68 Mon Sep 17 00:00:00 2001 From: OpenGnSys Support Team Date: Tue, 10 Dec 2019 19:21:47 +0100 Subject: #970 autotools support for ogAdmServer To build and to install ogAdmServer: autoreconf -fi ./configure make make install Default prefix is /opt/opengnsys/ as usual. ogAdmServer uses autotools for compilation, so this patch adapts OpenGnsys updater and installer to use autotools for compilation. --- Makefile.am | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 Makefile.am (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am new file mode 100644 index 0000000..393f3e9 --- /dev/null +++ b/Makefile.am @@ -0,0 +1,6 @@ +sbin_PROGRAMS = ogAdmServer + +AM_CFLAGS = -I../../Includes ${LIBDBI_CFLAGS} ${LIBJANSSON_CFLAGS} ${LIBEVENT_CFLAGS} -g -Wall + +ogAdmServer_SOURCES= sources/ogAdmServer.c \ + sources/dbi.c -- cgit v1.2.3-18-g5258