2002-02-25 12:49:21 +00:00
|
|
|
# sws is the Silly Web Server
|
|
|
|
#
|
|
|
|
# Original http server code contributed by Georg Horn. Heavily modified since.
|
|
|
|
#
|
2002-02-25 12:44:58 +00:00
|
|
|
|
|
|
|
AUTOMAKE_OPTIONS = foreign
|
|
|
|
|
2003-10-09 08:12:43 +00:00
|
|
|
INCLUDES = -I$(top_srcdir)/lib
|
|
|
|
|
2002-02-25 12:44:58 +00:00
|
|
|
noinst_PROGRAMS = sws
|
|
|
|
|
|
|
|
sws_SOURCES= sws.c getpart.c
|
|
|
|
|
2002-02-25 14:08:18 +00:00
|
|
|
extra_DIST = config.h.in
|