aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2017-12-29 12:25:56 +0100
committerFabian Groffen <grobian@gentoo.org>2017-12-29 12:25:56 +0100
commit71c3f760cd6f19b89500abea08747edfa344699d (patch)
tree5e7cb2001a952f7d1a79e90c9b6231a12cbdd40d
parentinitialize_portage_env: fix PORTAGE_CONFIGROOT usage (diff)
downloadportage-utils-71c3f760.tar.gz
portage-utils-71c3f760.tar.bz2
portage-utils-71c3f760.zip
Makefile.am: update after autogen.sh run
-rw-r--r--Makefile.am6
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 7d4a3018..d609b3f4 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 \