From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 0697B1392EF for ; Mon, 10 Mar 2014 06:00:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E6636E0AEA; Mon, 10 Mar 2014 06:00:10 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 62684E0AE9 for ; Mon, 10 Mar 2014 06:00:10 +0000 (UTC) Received: from spoonbill.gentoo.org (spoonbill.gentoo.org [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 907AB33F894 for ; Mon, 10 Mar 2014 06:00:08 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id EE106188EE for ; Mon, 10 Mar 2014 06:00:04 +0000 (UTC) From: "Mike Frysinger" 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 Frysinger" Message-ID: <1393569824.9884a55a9b8a14e03f9e8d9d73925cea8fc045e2.vapier@gentoo> Subject: [gentoo-commits] proj/portage-utils:master commit in: / X-VCS-Repository: proj/portage-utils X-VCS-Files: Makefile.am X-VCS-Directories: / X-VCS-Committer: vapier X-VCS-Committer-Name: Mike Frysinger X-VCS-Revision: 9884a55a9b8a14e03f9e8d9d73925cea8fc045e2 X-VCS-Branch: master Date: Mon, 10 Mar 2014 06:00:04 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: ef4838d5-ba00-42be-a1cb-ddd1d31a7c2a X-Archives-Hash: 7eb8c30e48587e26ca6ff755a25cd90d commit: 9884a55a9b8a14e03f9e8d9d73925cea8fc045e2 Author: Tim Harder gentoo org> AuthorDate: Fri Feb 28 06:43:44 2014 +0000 Commit: Mike Frysinger gentoo org> CommitDate: Fri Feb 28 06:43:44 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/portage-utils.git;a=commit;h=9884a55a build: regen Makefile.am --- Makefile.am | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 2be96c8..531c7a0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -125,6 +125,7 @@ EXTRA_DIST += \ libq/xsystem.c \ main.c \ main.h \ + porting.h \ q.c \ qatom.c \ qcache.c \ @@ -171,6 +172,14 @@ EXTRA_DIST += \ tests/profile/profile1/etc/portage/make.conf \ tests/profile/profile1/etc/portage/subdir/file.conf \ tests/profile/profile1/etc/portage/this.level.conf \ + tests/qdepends/Makefile \ + tests/qdepends/dotest \ + tests/qdepends/list01.good \ + tests/qdepends/list02.good \ + tests/qdepends/list03.good \ + tests/qdepends/list04.good \ + tests/qdepends/list05.good \ + tests/qdepends/list06.good \ tests/qfile/Makefile \ tests/qfile/dotest \ tests/qlist/Makefile \ @@ -220,5 +229,6 @@ EXTRA_DIST += \ tests/source/Makefile \ tests/source/dotest \ tests/source/space \ - tests/subdir.mk + tests/subdir.mk \ + tests/tests.h # @@@ GEN START @@@ #