summaryrefslogtreecommitdiffstats
path: root/examples/nanohttp/Makefile.am
blob: 53eadcc808f986c97b6a9e00bd522704bd17970c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#
# $Revision: 1.14 $
#
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