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