Gentoo Archives: gentoo-commits

From: Fabian Groffen <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/portage-utils:master commit in: /
Date: Fri, 29 Dec 2017 11:45:16
Message-Id: 1514546756.71c3f760cd6f19b89500abea08747edfa344699d.grobian@gentoo
1 commit: 71c3f760cd6f19b89500abea08747edfa344699d
2 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
3 AuthorDate: Fri Dec 29 11:25:56 2017 +0000
4 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
5 CommitDate: Fri Dec 29 11:25:56 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/portage-utils.git/commit/?id=71c3f760
7
8 Makefile.am: update after autogen.sh run
9
10 Makefile.am | 6 +++++-
11 1 file changed, 5 insertions(+), 1 deletion(-)
12
13 diff --git a/Makefile.am b/Makefile.am
14 index 7d4a301..d609b3f 100644
15 --- a/Makefile.am
16 +++ b/Makefile.am
17 @@ -96,11 +96,11 @@ APPLETS += \
18 qxpak
19 EXTRA_DIST += \
20 applets.h \
21 + config.h \
22 include_applets.h \
23 libq/atom_compare.c \
24 libq/atom_explode.c \
25 libq/basename.c \
26 - libq/binpackages.c \
27 libq/busybox.h \
28 libq/colors.c \
29 libq/compat.c \
30 @@ -162,6 +162,10 @@ EXTRA_DIST += \
31 tests/atom_explode/basic.tests \
32 tests/atom_explode/dotest \
33 tests/atom_explode/test.c \
34 + tests/copy_file/.gitignore \
35 + tests/copy_file/Makefile \
36 + tests/copy_file/dotest \
37 + tests/copy_file/test.c \
38 tests/init.sh \
39 tests/install/.gitignore \
40 tests/install/Makefile \