summaryrefslogtreecommitdiff
path: root/examples/Makefile.am
blob: f2e28b11b56e0a5efd4769626d1f8c4cb271467a (plain)
1
2
3
4
5
6
7
8
9
10
11
# Builds a minimal example program
#bin_PROGRAMS    = example
#example_CFLAGS  = -I$(top_srcdir)/src/include $(LWS_CFLAGS)
#example_LDADD   = $(top_builddir)/src/liburtc.la $(LWS_LIBS)
#example_SOURCES = server.c

# Builds a minimal example program
bin_PROGRAMS    = sandbox
sandbox_CFLAGS  = -I$(top_srcdir)/src
sandbox_LDADD   = $(top_builddir)/src/liburtc.la
sandbox_SOURCES = sandbox.c