From efe2a48f63ed4042c101f770d64e1c543fea70ad Mon Sep 17 00:00:00 2001 From: Florian Forster Date: Fri, 7 Jul 2006 10:40:28 +0200 Subject: [PATCH] libconfig: Include the license information in the distribution tarball. Also added README and other information. --- src/libconfig/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/libconfig/Makefile.am b/src/libconfig/Makefile.am index ec0509e8..b5a558a9 100644 --- a/src/libconfig/Makefile.am +++ b/src/libconfig/Makefile.am @@ -1,5 +1,7 @@ AUTOMAKE_OPTIONS = foreign no-dependencies +EXTRA_DIST = AUTHORS LICENSE README TODO + noinst_LTLIBRARIES = libconfig.la libconfig_la_CFLAGS = -- 2.30.2