blob: 66b786a1bb995d127d580c30c60e578339cef53f (
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 getpart.h
extra_DIST = config.h.in
|