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 --- common/configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common/configure.ac') diff --git a/common/configure.ac b/common/configure.ac index b2d7e22e..0e513160 100644 --- a/common/configure.ac +++ b/common/configure.ac @@ -10,7 +10,7 @@ AC_CONFIG_MACRO_DIR([m4]) m4_include(configure.ac.shared) -AC_CONFIG_FILES([Makefile linux/ffmpeg_inc.h spice-common.pc]) +AC_CONFIG_FILES([Makefile spice-common.pc]) AC_OUTPUT dnl ========================================================================== -- cgit