This is an automated email from the git hooks/post-receive script. demize pushed a commit to branch master in repository pacman-contrib. View the commit online: https://git.archlinux.org/pacman-contrib.git/commit/?id=d4fd3f1a2691597972cd... commit d4fd3f1a2691597972cd5c6fb73db91391deade9 Author: Johannes Löthberg <johannes@kyriasis.com> AuthorDate: Wed Oct 12 11:24:35 2016 +0200 src/Makefile.am: Add lib dependencies to targets Signed-off-by: Johannes Löthberg <johannes@kyriasis.com> --- src/Makefile.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Makefile.am b/src/Makefile.am index 1849d7a..f03ed64 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -83,9 +83,9 @@ $(OURFILES): Makefile all-am: $(OURSCRIPTS) -checkupdates: $(srcdir)/checkupdates.sh.in -paccache: $(srcdir)/paccache.sh.in -pacdiff: $(srcdir)/pacdiff.sh.in +checkupdates: $(srcdir)/checkupdates.sh.in $(top_srcdir)/lib/output_format.sh $(top_srcdir)/lib/term_colors.sh +paccache: $(srcdir)/paccache.sh.in $(top_srcdir)/lib/output_format.sh $(top_srcdir)/lib/parseopts.sh $(top_srcdir)/lib/size_to_human.sh $(top_srcdir)/lib/term_colors.sh +pacdiff: $(srcdir)/pacdiff.sh.in $(top_srcdir)/lib/output_format.sh $(top_srcdir)/lib/term_colors.sh paclist: $(srcdir)/paclist.sh.in paclog-pkglist: $(srcdir)/paclog-pkglist.sh.in pacscripts: $(srcdir)/pacscripts.sh.in -- To stop receiving notification emails like this one, please contact the administrator of this repository.