summaryrefslogtreecommitdiffstats
path: root/examples/nanohttp/Makefile.am
blob: 2e9aee148536d7cc3302cab4a339751c01abd826 (plain)
1
2
3
4
5
6
7
8
LDADD=../../nanohttp/libnanohttp.la -lpthread

noinst_PROGRAMS=http_server http_client

http_server_SOURCES=http_server.c

http_client_SOURCES=http_client.c