summaryrefslogtreecommitdiffstats
path: root/examples/nanohttp/Makefile.am
blob: 221f469db428e39703c80e212e5158347e2623af (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
bin_PROGRAMS=httpget httpgetcb httppost

INCLUDES=-I$(top_srcdir)/ 

httpget_SOURCES=httpget.c
httpget_LDFLAGS=-L$(top_builddir)/nanohttp -lnanohttp-$(GENERIC_API_VERSION)

httpgetcb_SOURCES=httpgetcb.c
httpgetcb_LDFLAGS=-L$(top_builddir)/nanohttp -lnanohttp-$(GENERIC_API_VERSION)

httppost_SOURCES=httppost.c
httppost_LDFLAGS=-L$(top_builddir)/nanohttp -lnanohttp-$(GENERIC_API_VERSION)