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