summaryrefslogtreecommitdiffstats
path: root/examples/nanohttp/Makefile.am
blob: ae5e6a7c5af35b5a853bb6725c07cad7b7dd491f (plain)
1
2
3
4
5
6
7
8
9
LDADD=../../nanohttp/libnanohttp.la -lpthread
INCLUDES=-I${top_srcdir}

noinst_PROGRAMS=http_server http_client

http_server_SOURCES=http_server.c

http_client_SOURCES=http_client.c