mirror of
https://github.com/moparisthebest/curl
synced 2024-11-07 18:15:04 -05:00
15 lines
252 B
Makefile
15 lines
252 B
Makefile
# 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
|