source: ogServer-Git/Makefile.am @ 6a0fcf9

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