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. --- Makefile.am | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 Makefile.am (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am new file mode 100644 index 0000000..e935715 --- /dev/null +++ b/Makefile.am @@ -0,0 +1,5 @@ +# custom m4 macros within m4/ subdirectory +ACLOCAL_AMFLAGS = -I m4 --install + +# library source, examples, and unit tests +SUBDIRS = src examples tests -- cgit v1.2.3