# $Id: Makefile-webapp,v 1.2 2005/12/12 15:54:05 stewy Exp $
#
# This file is used to setup the compilation flags for a web application.
#
# Rerun make from the KLone root directory and restart the kloned server 
# to make the changes effective.

# list of source files to be included in the web application
WEBAPP_SRCS = webapp.c 

# extra flags to be passed to the compiler
WEBAPP_CFLAGS =
# additional shared libraries (absolute path)
WEBAPP_LDADD = 
# dynamically linked libraries
WEBAPP_LDFLAGS = 
