From b53cc8e61a27f948df5f11da07c7c395ebae1dd1 Mon Sep 17 00:00:00 2001 From: Vito Caputo Date: Mon, 23 Aug 2021 15:26:20 -0700 Subject: upstream: tie into build system includes some miscellany to make compiler happy --- src/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index ccccf37..92f89b8 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,3 +1,4 @@ +SUBDIRS = upstream bin_PROGRAMS = jio jio_SOURCES = \ bootid.c \ @@ -24,4 +25,4 @@ jio_SOURCES = \ report-usage.h jio_CPPFLAGS = -I@top_srcdir@/thunk_h -I@top_srcdir@/libiou/src -jio_LDADD = @top_builddir@/libiou/src/libiou.a +jio_LDADD = @top_builddir@/libiou/src/libiou.a @top_builddir@/src/upstream/libupstream.a -- cgit v1.2.3