source: admin/Sources/Services/ogAdmServer/Makefile.am @ c90cda4

Last change on this file since c90cda4 was 7e5e25e, 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
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.