summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--common/configure.ac2
-rw-r--r--common/spice-common.pc.in6
2 files changed, 7 insertions, 1 deletions
diff --git a/common/configure.ac b/common/configure.ac
index c375809f..76318e65 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])
+AC_CONFIG_FILES([Makefile linux/ffmpeg_inc.h spice-common.pc])
AC_OUTPUT
dnl ==========================================================================
diff --git a/common/spice-common.pc.in b/common/spice-common.pc.in
new file mode 100644
index 00000000..669b3c90
--- /dev/null
+++ b/common/spice-common.pc.in
@@ -0,0 +1,6 @@
+prefix=@prefix@
+common_src_dir=${prefix}/src/spice-common
+
+Name: @PACKAGE@
+Description: Spice common sources
+Version: @VERSION@