From 8922871733ae2b6083b2d76f91fb7b0d33798ece Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Tue, 25 Sep 2012 18:44:08 -0400 Subject: [PATCH] build: Add autogen.sh, the COPYING.{GPL,LGPL} files to EXTRA_DIST We want them in tarballs too. --- Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile.am b/Makefile.am index 1b93c501..a4615f0d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -40,6 +40,8 @@ noinst_PROGRAMS = privlibdir = $(pkglibdir) privlib_LTLIBRARIES = +EXTRA_DIST += autogen.sh COPYING.GPL COPYING.LGPL README.md + if BUILD_EMBEDDED_DEPENDENCIES OT_INTERNAL_GIO_UNIX_CFLAGS = \ -I$(top_builddir)/embedded-dependencies/EMBEDDEPS/include/glib-2.0 \