blob: cb98c20e1029f0e0ac5546f5f2b4c0d716f2b997 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# sws is the Silly Web Server
#
# Original http server code contributed by Georg Horn. Heavily modified since.
#
AUTOMAKE_OPTIONS = foreign
noinst_PROGRAMS = sws
sws_SOURCES= sws.c getpart.c
extra_DIST = config.h.in
|