From fa3dddc0db4596b879f3fbfb71a18df1f7f49f3d Mon Sep 17 00:00:00 2001 From: Alexander Larsson Date: Wed, 24 Mar 2010 15:08:57 +0100 Subject: [PATCH] rename spice.pc to spice-server.pc --- Makefile.am | 4 ++-- configure.ac | 2 +- spice.pc.in => spice-server.pc.in | 0 3 files changed, 3 insertions(+), 3 deletions(-) rename spice.pc.in => spice-server.pc.in (100%) diff --git a/Makefile.am b/Makefile.am index c5e5c7bb..6640259e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,7 +1,7 @@ SUBDIRS = common server client pkgconfigdir = $(libdir)/pkgconfig -pkgconfig_DATA = spice.pc +pkgconfig_DATA = spice-server.pc DISTCLEANFILES = \ - spice.pc + spice-server.pc diff --git a/configure.ac b/configure.ac index 331feed2..aa9db5aa 100644 --- a/configure.ac +++ b/configure.ac @@ -324,7 +324,7 @@ AC_SUBST([SPICEC_STATIC_LINKAGE_BDYNAMIC]) AC_OUTPUT([ Makefile -spice.pc +spice-server.pc common/Makefile common/linux/ffmpeg_inc.h server/Makefile diff --git a/spice.pc.in b/spice-server.pc.in similarity index 100% rename from spice.pc.in rename to spice-server.pc.in