From 6162fde4f1770c08fcdc41391c2b3bc915e78b19 Mon Sep 17 00:00:00 2001 From: Dan Nicholson Date: Fri, 13 May 2016 11:01:29 -0700 Subject: [PATCH] build: Distribute libglnx and bsdiff Makefile templates In order to re-run autogen.sh from the tarball, the libglnx and bsdiff Makefile templates need to be provided. Closes: #372 Approved by: cgwalters --- Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile.am b/Makefile.am index 1de31544..0d2fd6b3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -60,12 +60,14 @@ libglnx_srcpath := $(srcdir)/libglnx libglnx_cflags := $(OT_DEP_GIO_UNIX_CFLAGS) "-I$(libglnx_srcpath)" libglnx_libs := $(OT_DEP_GIO_UNIX_LIBS) include libglnx/Makefile-libglnx.am.inc +EXTRA_DIST += libglnx/Makefile-libglnx.am noinst_LTLIBRARIES += libglnx.la libbsdiff_srcpath := $(srcdir)/bsdiff libbsdiff_cflags := $(OT_DEP_GIO_UNIX_CFLAGS) "-I$(bsdiff_srcpath)" libbsdiff_libs := $(OT_DEP_GIO_UNIX_LIBS) include bsdiff/Makefile-bsdiff.am.inc +EXTRA_DIST += bsdiff/Makefile-bsdiff.am noinst_LTLIBRARIES += libbsdiff.la include Makefile-otutil.am