From ecc4e7d2cf9744acb18ab906348c98c89dcf5a13 Mon Sep 17 00:00:00 2001 From: Uri Lublin Date: Sun, 3 Jan 2010 19:31:29 +0200 Subject: spice: subdirs: support ./autogen.sh in a "make dist" tarball (subdir config) Each subdir (common, client and server) can "make dist". This commit adds configure.ac.shared and autogen.sh to the tar file. Above files are copied from .. (spice/ directory) Also added configure.ac.shared (which is not part of "distribution" tarball) that only imports ../configure.ac.shared such that ./autogen.sh still works (on "git directories"). Signed-off-by: Uri Lublin --- client/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) (limited to 'client/Makefile.am') diff --git a/client/Makefile.am b/client/Makefile.am index f30408c3..e948b5f7 100644 --- a/client/Makefile.am +++ b/client/Makefile.am @@ -87,3 +87,6 @@ RED_COMMON_SRCS = \ $(NULL) EXTRA_DIST = $(RED_COMMON_SRCS) + +dist-hook: + cp -p -f ../autogen.sh ../configure.ac.shared $(distdir) -- cgit