X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@mail.alpinelinux.org Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id EF035DC7563 for ; Fri, 5 Jul 2013 04:21:49 +0000 (UTC) Received: from compute2.internal (compute2.nyi.mail.srv.osa [10.202.2.42]) by gateway1.nyi.mail.srv.osa (Postfix) with ESMTP id 0E9E1207C3 for ; Fri, 5 Jul 2013 00:21:45 -0400 (EDT) Received: from frontend2.nyi.mail.srv.osa ([10.202.2.161]) by compute2.internal (MEProxy); Fri, 05 Jul 2013 00:21:45 -0400 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=from:to:subject:date:message-id :in-reply-to:references; s=smtpout; bh=aUfEYOArNUq6DpzmzXZJ9dkJ+ sg=; b=V83iRyBjo3HT3QSOfDF5BSIa5EYqzDgwQg0SYjAhVdhiHXsXHPMpqyTyP I/1GnPf8YoIKqbHxNYic4S8l0QzhZ6OFHGRJqdDL4TnGujm08lNg6LvkteS3Uu1W QHDUiuh0MneiIVPe+xT5QhKaRvoJeR7VOVDhoSys8peLVXoMHo= X-Sasl-enc: M59pJT/M8CqUyTIPyeCRfEKekqdzI+H/N9WGbvOi9R6M 1372998104 Received: from localhost (unknown [69.86.161.244]) by mail.messagingengine.com (Postfix) with ESMTPA id CE6C5680204 for ; Fri, 5 Jul 2013 00:21:44 -0400 (EDT) From: Dubiousjim To: alpine-devel@lists.alpinelinux.org Subject: [alpine-devel] [PATCH 08/31] Makefile: add missing files to dist Date: Fri, 5 Jul 2013 00:21:17 -0400 Message-Id: <0111539097464969d91fc44fbf17e115c0f78203.1372997335.git.dubiousjim@gmail.com> X-Mailer: git-send-email 1.8.3.1 In-Reply-To: References: X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5587c9a..3afe995 100644 --- a/Makefile +++ b/Makefile @@ -19,7 +19,8 @@ SAMPLES := sample.APKBUILD sample.initd sample.confd \ SCRIPT_SOURCES := $(addsuffix .in,$(SCRIPTS)) -DISTFILES=$(SCRIPT_SOURCES) $(SAMPLES) Makefile abuild.conf +DISTFILES=$(SCRIPT_SOURCES) $(SAMPLES) Makefile abuild.conf \ + functions.sh.in abuild-tar.c abuild-sudo.c aports.lua GIT_REV := $(shell test -d .git && git describe || echo exported) ifneq ($(GIT_REV), exported) -- 1.8.3.1 --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---