aboutsummaryrefslogtreecommitdiff
path: root/src/examples/Makefile.am
blob: fd515a56d6100b7471a66419b04151af4e2b60c5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
SUBDIRS  = .

INCLUDES = -I$(top_srcdir)/src/include

# example programs

noinst_PROGRAMS = minimal_example fileserver_example

minimal_example_SOURCES = \
 minimal_example.c 
minimal_example_LDADD = \
 $(top_builddir)/src/daemon/libmicrohttpd.la 

fileserver_example_SOURCES = \
 fileserver_example.c 
fileserver_example_LDADD = \
 $(top_builddir)/src/daemon/libmicrohttpd.la