khanat-opennel-code/code/snowballs2/server/frontend/src/Makefile.am

13 lines
283 B
Makefile

#
# $Id: Makefile.am,v 1.7 2002-03-19 17:42:49 valignat Exp $
#
MAINTAINERCLEANFILES = Makefile.in
sbin_PROGRAMS = sno_frontend
sno_frontend_SOURCES = main.cpp
AM_CXXFLAGS = -DSNOWBALLS_CONFIG="\"${pkgsysconfdir}\"" -DSNOWBALLS_LOGS="\"${logdir}\""
# End of Makefile.am