From 6d88c555019f32509f303e23dcfbba824fecd2ee Mon Sep 17 00:00:00 2001 From: Chris Hiszpanski Date: Thu, 18 Apr 2019 00:55:30 -0700 Subject: Initial public commit. mDNS and SDP are functional. Otherwise, library is still very much a work in progress. All tests pass. --- examples/Makefile.am | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 examples/Makefile.am (limited to 'examples/Makefile.am') diff --git a/examples/Makefile.am b/examples/Makefile.am new file mode 100644 index 0000000..f2e28b1 --- /dev/null +++ b/examples/Makefile.am @@ -0,0 +1,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 -- cgit v1.2.3