Last change
on this file since af30cc7 was
6a0fcf9,
checked in by OpenGnSys Support Team <soporte-og@…>, 5 years ago
|
#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.
|
-
Property mode set to
100644
|
File size:
192 bytes
|
Rev | Line | |
---|
[6a0fcf9] | 1 | sbin_PROGRAMS = ogAdmServer |
---|
| 2 | |
---|
| 3 | AM_CFLAGS = -I../../Includes ${LIBDBI_CFLAGS} ${LIBJANSSON_CFLAGS} ${LIBEVENT_CFLAGS} -g -Wall |
---|
| 4 | |
---|
| 5 | ogAdmServer_SOURCES= sources/ogAdmServer.c \ |
---|
| 6 | sources/dbi.c |
---|
Note: See
TracBrowser
for help on using the repository browser.