diff options
author | Vito Caputo <vcaputo@pengaru.com> | 2021-08-23 15:26:20 -0700 |
---|---|---|
committer | Vito Caputo <vcaputo@pengaru.com> | 2021-08-24 00:48:43 -0700 |
commit | b53cc8e61a27f948df5f11da07c7c395ebae1dd1 (patch) | |
tree | c407bb502cf613dba971fba430ed999884bcf13b /configure.ac | |
parent | eaaa33bcf846da64096c0ba595e0523eafa04206 (diff) |
upstream: tie into build system
includes some miscellany to make compiler happy
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index da6d853..f164223 100644 --- a/configure.ac +++ b/configure.ac @@ -25,6 +25,7 @@ AC_CONFIG_SUBDIRS([ AC_CONFIG_FILES([ Makefile src/Makefile + src/upstream/Makefile ]) AC_OUTPUT |