summaryrefslogtreecommitdiffstats
path: root/examples/nanohttp/Makefile.am
blob: bb92e1d1005a544b0262b1477ff30620d95eab05 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#
# $Revision: 1.15 $
#
LDADD=../../nanohttp/libnanohttp.la
INCLUDES=-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