From cf60cddbdd3468ec49d387f1944c068bd35fca92 Mon Sep 17 00:00:00 2001 From: Uri Lublin Date: Thu, 7 Jan 2010 22:22:37 +0200 Subject: spice: configure: mv ffmpeg_inc.h.in from common/ to client/ Moved common/win/ffmpeg_inc.h to client/windows/ Moved common/linux/ffmpeg_inc.h.in to client/x11/ Copied common/linux/ffmpeg_inc.h.in to server/ Update *configure.ac and */Makefile.am accordingly (* is for {common,server,client} Signed-off-by: Yaniv Kamay Signed-off-by: Uri Lublin --- client/Makefile.am | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'client/Makefile.am') diff --git a/client/Makefile.am b/client/Makefile.am index e948b5f7..54cd2ec4 100644 --- a/client/Makefile.am +++ b/client/Makefile.am @@ -86,7 +86,10 @@ RED_COMMON_SRCS = \ gdi_canvas.cpp \ $(NULL) -EXTRA_DIST = $(RED_COMMON_SRCS) +EXTRA_DIST = $(RED_COMMON_SRCS) \ + x11/ffmpeg_inc.h.in + +DISTCLEANFILES = x11/ffmpeg_inc.h dist-hook: cp -p -f ../autogen.sh ../configure.ac.shared $(distdir) -- cgit