From 24edbda3f55bf27b084e2951c328c0a931d888ce Mon Sep 17 00:00:00 2001 From: IWAMOTO Kouichi Date: Tue, 14 Jan 2020 14:48:16 +0900 Subject: [PATCH] add EXTRA_DIST for LICENSE files --- Makefile.am | 3 +++ Makefile.in | 3 +++ 2 files changed, 6 insertions(+) diff --git a/Makefile.am b/Makefile.am index 62f1afda..000f31b6 100644 --- a/Makefile.am +++ b/Makefile.am @@ -4,6 +4,9 @@ SUBDIRS = include src converters tools python DIST_SUBDIRS = $(SUBDIRS) +EXTRA_DIST = LICENSE LICENSE.images LICENSE.mesa LICENSE.pngsuite \ + LICENSE.pnmcolormap LICENSE.sdump LICENSE.sixel LICENSE.stb + ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS} srcdir = @srcdir@ diff --git a/Makefile.in b/Makefile.in index bdcdf4af..e034aab5 100644 --- a/Makefile.in +++ b/Makefile.in @@ -392,6 +392,9 @@ zshcompletiondir = @zshcompletiondir@ # SUBDIRS = include src converters tools python DIST_SUBDIRS = $(SUBDIRS) +EXTRA_DIST = LICENSE LICENSE.images LICENSE.mesa LICENSE.pngsuite \ + LICENSE.pnmcolormap LICENSE.sdump LICENSE.sixel LICENSE.stb + ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS} pkgconfig_DATA = $(builddir)/libsixel.pc CLEANFILES = $(builddir)/valgrind.log $(builddir)/test.log $(builddir)/unittest.log