common: add spice-common.pc (subdir config)

The package-config file is to be used when ../common
is not available, e.g. when building each subdir
separately.

Signed-off-by: Uri Lublin <uril@redhat.com>
This commit is contained in:
Uri Lublin 2010-01-03 11:58:00 +02:00 committed by Yaniv Kamay
parent e2dd219f6b
commit b23e84ce37
2 changed files with 7 additions and 1 deletions

View File

@ -10,7 +10,7 @@ AC_CONFIG_MACRO_DIR([m4])
m4_include(../configure.ac.shared)
AC_CONFIG_FILES([Makefile linux/ffmpeg_inc.h])
AC_CONFIG_FILES([Makefile linux/ffmpeg_inc.h spice-common.pc])
AC_OUTPUT
dnl ==========================================================================

View File

@ -0,0 +1,6 @@
prefix=@prefix@
common_src_dir=${prefix}/src/spice-common
Name: @PACKAGE@
Description: Spice common sources
Version: @VERSION@