Makefile.am 429 Bytes
LTLIBS = $(INTLLIBS)
LIBS = $(INTLLIBS)

PROGS = gameserver

# INCLUDES = -I./include 

bin_PROGRAMS = $(PROGS)

gameserver_SOURCES = gameserver.c clientClose.c clientRead.c \
	daemonize.c handleCmdLine.c logRotate.c monitor.c \
	serverInit.c serverRun.c serverShutdown.c signalHandling.c \
	socket.c writeBuffer.c

# install: install-am
# 	strip -x $(DESTDIR)$(libdir)/libscot.so.0.0.2
# 	strip -x $(DESTDIR)$(libdir)/libscot.a