aboutsummaryrefslogtreecommitdiff
path: root/tests/server/Makefile.am
blob: 662ae682d925f2e2bb3582c126b0cfeb8a99fb99 (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

all: