commit: 71c3f760cd6f19b89500abea08747edfa344699d
Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 29 11:25:56 2017 +0000
Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Fri Dec 29 11:25:56 2017 +0000
URL: https://gitweb.gentoo.org/proj/portage-utils.git/commit/?id=71c3f760
Makefile.am: update after autogen.sh run
Makefile.am | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/Makefile.am b/Makefile.am
index 7d4a301..d609b3f 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -96,11 +96,11 @@ APPLETS += \
qxpak
EXTRA_DIST += \
applets.h \
+ config.h \
include_applets.h \
libq/atom_compare.c \
libq/atom_explode.c \
libq/basename.c \
- libq/binpackages.c \
libq/busybox.h \
libq/colors.c \
libq/compat.c \
@@ -162,6 +162,10 @@ EXTRA_DIST += \
tests/atom_explode/basic.tests \
tests/atom_explode/dotest \
tests/atom_explode/test.c \
+ tests/copy_file/.gitignore \
+ tests/copy_file/Makefile \
+ tests/copy_file/dotest \
+ tests/copy_file/test.c \
tests/init.sh \
tests/install/.gitignore \
tests/install/Makefile \