This is an automated email from the git hooks/post-receive script. hmmr-guest pushed a commit to branch master in repository aghermann.
commit 970b104b3625ba0e1995e7a7b602a5de59ffe71a Author: Andrei Zavada <[email protected]> Date: Sat Aug 17 19:39:02 2013 +0300 common/Makefile.am was missing containers.hh --- upstream/src/common/Makefile.am | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/upstream/src/common/Makefile.am b/upstream/src/common/Makefile.am index 68a0609..84ef9b3 100644 --- a/upstream/src/common/Makefile.am +++ b/upstream/src/common/Makefile.am @@ -6,15 +6,16 @@ noinst_LIBRARIES := \ liba.a liba_a_SOURCES := \ - libcommon.cc \ - subject_id.cc \ - config-validate.hh \ - string.hh \ + ../libsigfile/source-base.hh \ alg.hh \ + config-validate.hh \ + containers.hh \ fs.hh \ lang.hh \ - subject_id.hh \ - ../libsigfile/source-base.hh + libcommon.cc \ + string.hh \ + subject_id.cc \ + subject_id.hh if DO_PCH BUILT_SOURCES := \ -- Alioth's /git/debian-med/git-commit-notice on /srv/git.debian.org/git/debian-med/aghermann.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
