From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1Vh35H-0006iX-KY for mharc-grub-devel@gnu.org; Thu, 14 Nov 2013 15:00:11 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:46451) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vh357-0006c9-Fh for grub-devel@gnu.org; Thu, 14 Nov 2013 15:00:09 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Vh34z-0006kM-3a for grub-devel@gnu.org; Thu, 14 Nov 2013 15:00:01 -0500 Received: from mail-la0-x22f.google.com ([2a00:1450:4010:c03::22f]:44202) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vh34y-0006k5-RF for grub-devel@gnu.org; Thu, 14 Nov 2013 14:59:53 -0500 Received: by mail-la0-f47.google.com with SMTP id ep20so2000270lab.34 for ; Thu, 14 Nov 2013 11:59:51 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:subject:date:message-id; bh=yc73t+O+S+shl3F1+b/rr12EsXnhFgTw55XGVxKhrOY=; b=RL0mVZuV9fUPp1KlvHB9l1VYNHrmPFURSg2CTY7eopBKMY2g6p+jEOmb322L5Hf8Bz nWK83pF1RkluIKoqE2EIOzLOu1MxfBEaYf+RHxaqB7o65V09OTVZU99I+h+9qZzRHql/ e0cnWio0zUV+lylaA/WE0Uk7l7FJct4YrIHEK8/teKei8+3eLoyJpLXFg/Ms05TxdGVP gW7MLZZv6nHsJGU0Z+G6Z9q1I77fK2qJdYfPW6iR7+2YztAyeJzENqnep45mkaZ30Ugg qaFGbGTeMTMU1dz8fDHbsJJQz9Wt5eNbjYW7dhfYEK5jy0lECuNsio83PjKS7PeSiWeI Anlg== X-Received: by 10.152.21.133 with SMTP id v5mr1860309lae.14.1384459191590; Thu, 14 Nov 2013 11:59:51 -0800 (PST) Received: from localhost.localdomain (ppp91-76-174-89.pppoe.mtu-net.ru. [91.76.174.89]) by mx.google.com with ESMTPSA id o1sm39634539lah.8.2013.11.14.11.59.50 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 14 Nov 2013 11:59:51 -0800 (PST) From: Andrey Borzenkov To: grub-devel@gnu.org Subject: [PATCH] add grub-core/tests/signatures.h to distfiles Date: Thu, 14 Nov 2013 23:59:45 +0400 Message-Id: <1384459185-25527-1-git-send-email-arvidjaar@gmail.com> X-Mailer: git-send-email 1.8.1.4 X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4010:c03::22f X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: The development of GNU GRUB List-Id: The development of GNU GRUB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Nov 2013 20:00:09 -0000 --- grub-core/Makefile.core.def | 1 + 1 file changed, 1 insertion(+) diff --git a/grub-core/Makefile.core.def b/grub-core/Makefile.core.def index 6114519..4fff57f 100644 --- a/grub-core/Makefile.core.def +++ b/grub-core/Makefile.core.def @@ -1914,6 +1914,7 @@ module = { module = { name = signature_test; common = tests/signature_test.c; + common = tests/signatures.h; }; module = { -- tg: (0de172a..) u/tests_signatures (depends on: master)