summaryrefslogtreecommitdiffstats
path: root/examples/nanohttp/Makefile.am
blob: 91d79f6a7c658aa681bbb26e4cf505b20f66c041 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#
# $Revision: 1.15 $
#
LDADD=../../nanohttp/libnanohttp.la
AM_CPPFLAGS=-I${top_srcdir}

noinst_PROGRAMS=http_server http_client mime_client

http_server_SOURCES=http_server.c

http_client_SOURCES=http_client.c

mime_client_SOURCES=mime_client.c