commit: 3c8e539de00f6ff24f6d65ade95ec5aecc09b5b1
Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Fri May 18 10:15:04 2018 +0000
Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Fri May 18 10:15:04 2018 +0000
URL: https://gitweb.gentoo.org/proj/portage-utils.git/commit/?id=3c8e539d
build-sys: update generated files for qtegrity
.depend | 2 +-
Makefile.am | 5 +++++
include_applets.h | 1 +
3 files changed, 7 insertions(+), 1 deletion(-)
diff --git a/.depend b/.depend
index d824273..5de684d 100644
--- a/.depend
+++ b/.depend
@@ -7,4 +7,4 @@ main.o: main.c porting.h main.h libq/libq.c libq/busybox.h
libq/i18n.h \
libq/prelink.c libq/profile.c libq/vdb.c libq/vdb_get_next_dir.c \
libq/virtuals.c applets.h include_applets.h q.c qcheck.c qdepends.c \
qfile.c qlist.c qlop.c qsearch.c qsize.c qtbz2.c quse.c qxpak.c qpkg.c \
- qgrep.c qatom.c qmerge.c qcache.c qglsa.c
+ qgrep.c qatom.c qmerge.c qcache.c qglsa.c qtegrity.c
diff --git a/Makefile.am b/Makefile.am
index d609b3f..425a018 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -58,6 +58,7 @@ q_CPPFLAGS += \
-DAPPLET_qsearch \
-DAPPLET_qsize \
-DAPPLET_qtbz2 \
+ -DAPPLET_qtegrity \
-DAPPLET_quse \
-DAPPLET_qxpak
dist_man_MANS += \
@@ -92,6 +93,7 @@ APPLETS += \
qsearch \
qsize \
qtbz2 \
+ qtegrity \
quse \
qxpak
EXTRA_DIST += \
@@ -145,6 +147,7 @@ EXTRA_DIST += \
qsearch.c \
qsize.c \
qtbz2.c \
+ qtegrity.c \
quse.c \
qxpak.c \
tests/Makefile \
@@ -261,6 +264,7 @@ EXTRA_DIST += \
tests/qlist/root/sys-fs/mtools-4.0.13/SLOT \
tests/qlist/root/sys-fs/mtools-4.0.13/repository \
tests/qlop/Makefile \
+ tests/qlop/aborts.log \
tests/qlop/dotest \
tests/qlop/list01.good \
tests/qlop/list02.good \
@@ -270,6 +274,7 @@ EXTRA_DIST += \
tests/qlop/list06.good \
tests/qlop/list07.good \
tests/qlop/list08.good \
+ tests/qlop/list09.good \
tests/qlop/sync.log \
tests/qlop/test04.good \
tests/qmerge/Makefile \
diff --git a/include_applets.h b/include_applets.h
index bed18e6..6ff8f8a 100644
--- a/include_applets.h
+++ b/include_applets.h
@@ -15,3 +15,4 @@
#include "qmerge.c"
#include "qcache.c"
#include "qglsa.c"
+#include "qtegrity.c"