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

noinst_PROGRAMS=http_server http_client

http_server_SOURCES=http_server.c

http_client_SOURCES=http_client.c