From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1710156-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 239BC15813A for <garchives@archives.gentoo.org>; Fri, 17 Jan 2025 21:09:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 59170E08E5; Fri, 17 Jan 2025 21:09:01 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BCB4FE08E5 for <gentoo-commits@lists.gentoo.org>; Fri, 17 Jan 2025 21:09:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C0410343240 for <gentoo-commits@lists.gentoo.org>; Fri, 17 Jan 2025 21:08:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D8760109C for <gentoo-commits@lists.gentoo.org>; Fri, 17 Jan 2025 21:08:57 +0000 (UTC) From: "Mike Gilbert" <floppym@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" <floppym@gentoo.org> Message-ID: <1737148103.9f06bd3ce5b8afff61735f57ad646a830f67be6b.floppym@gentoo> Subject: [gentoo-commits] proj/sandbox:master commit in: / X-VCS-Repository: proj/sandbox X-VCS-Files: Makefile.am X-VCS-Directories: / X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: 9f06bd3ce5b8afff61735f57ad646a830f67be6b X-VCS-Branch: master Date: Fri, 17 Jan 2025 21:08:57 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 42da8423-5a9a-4919-9a0b-217835db7d2e X-Archives-Hash: 7f4838be8e6294d32cc1849e9641f45c commit: 9f06bd3ce5b8afff61735f57ad646a830f67be6b Author: Mike Gilbert <floppym <AT> gentoo <DOT> org> AuthorDate: Fri Jan 17 21:08:23 2025 +0000 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org> CommitDate: Fri Jan 17 21:08:23 2025 +0000 URL: https://gitweb.gentoo.org/proj/sandbox.git/commit/?id=9f06bd3c Add config.h to EXTRA_DIST Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org> Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.am b/Makefile.am index 14ef729..108eecc 100644 --- a/Makefile.am +++ b/Makefile.am @@ -21,6 +21,7 @@ CLEANFILES = DISTCLEANFILES = EXTRA_DIST = \ + config.h \ headers.h \ localdecls.h \ ChangeLog.0 \