mirror of
https://github.com/ENSL/NS.git
synced 2024-12-02 17:21:52 +00:00
13 lines
220 B
Text
13 lines
220 B
Text
|
# 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
|